ButtonLink

laika.helium.config.ButtonLink$
See theButtonLink companion class
object ButtonLink

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ButtonLink.type

Members list

Value members

Concrete methods

def external(url: String, text: String, icon: Option[Icon], options: Options): ButtonLink

Creates a button link to an external target, consisting of text and an optional icon rendered in a rounded rectangle.

Creates a button link to an external target, consisting of text and an optional icon rendered in a rounded rectangle.

Attributes

def internal(path: Path, text: String, icon: Option[Icon], options: Options): ButtonLink

Creates a button link to an internal target, consisting of text and an optional icon rendered in a rounded rectangle.

Creates a button link to an internal target, consisting of text and an optional icon rendered in a rounded rectangle.

Attributes