Options

laika.ast.Options
See theOptions companion object
sealed abstract class Options

Options for customizable elements.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoOpt.type
class SomeOpt

Members list

Value members

Abstract methods

def +(other: Options): Options

Merges these options with the specified options. If the id has been set in both instances, the other instance overrides this one.

Merges these options with the specified options. If the id has been set in both instances, the other instance overrides this one.

Attributes

def id: Option[String]

The id of this element. Has to be unique across all element types of a document, including the ids of LinkTarget instances.

The id of this element. Has to be unique across all element types of a document, including the ids of LinkTarget instances.

Attributes

def styles: Set[String]

Style names that may have an influence on rendering of this element.

Style names that may have an influence on rendering of this element.

Attributes