TargetFormats

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object All extends TargetFormats

Describes a target that is intended to be rendered for all output formats.

Describes a target that is intended to be rendered for all output formats.

case object None extends TargetFormats

Describes a target that should not be rendered in any output format. Such a resource may still be used with a directive like @:include in which case the including document's configuration will determine the supported output formats.

Describes a target that should not be rendered in any output format. Such a resource may still be used with a directive like @:include in which case the including document's configuration will determine the supported output formats.

case class Selected(formats: Type[String]) extends TargetFormats

Describes a target that is only intended to be rendered for the specified set of output formats.

Describes a target that is only intended to be rendered for the specified set of output formats.

Companion:
object
object Selected
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits