ChoiceConfig

laika.rewrite.nav.ChoiceConfig
See theChoiceConfig companion object
case class ChoiceConfig(name: String, label: String, selected: Boolean)

Configuration for a single choice within a selection.

Attributes

label

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

name

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

selected

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

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product