Options

sealed abstract class Options

Options for customizable elements.

Companion:
object
class Object
trait Matchable
class Any
object NoOpt.type
class SomeOpt

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.

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.

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.