ChoiceConfig

laika.config.ChoiceConfig
See theChoiceConfig companion object
sealed abstract class ChoiceConfig

Configuration for a single choice within a selection.

Attributes

Companion
object
Source
Selections.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def label: String

The label to be used on tabs or on download pages describing this choice.

The label to be used on tabs or on download pages describing this choice.

Attributes

Source
Selections.scala
def name: String

The name of the selection as used in text markup, e.g.

The name of the selection as used in text markup, e.g. @:choice(name).

Attributes

Source
Selections.scala

Creates a copy with the selected flag set to true.

Creates a copy with the selected flag set to true.

Attributes

Source
Selections.scala
def selected: Boolean

Indicates whether this choice is one of the selected choices in the current render operation.

Indicates whether this choice is one of the selected choices in the current render operation.

Attributes

Source
Selections.scala