ScriptedTemplate

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

Type members

Classlikes

case object Always extends ScriptedTemplate

Indicates that the template is considered to include scripting in all scenarios.

Indicates that the template is considered to include scripting in all scenarios.

case object Auto extends ScriptedTemplate

Indicates that the template's scripting support should be determined from the environment, e.g. the presence of JavaScript files for EPUB in the input tree.

Indicates that the template's scripting support should be determined from the environment, e.g. the presence of JavaScript files for EPUB in the input tree.

case object Never extends ScriptedTemplate

Indicates that the template is never considered to include scripting in any scenario.

Indicates that the template is never considered to include scripting in any scenario.

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

Implicits

implicit val decoder: ConfigDecoder[ScriptedTemplate]
implicit val defaultKey: DefaultKey[ScriptedTemplate]
implicit val encoder: ConfigEncoder[ScriptedTemplate]