IconLink

laika.helium.config.IconLink$
See theIconLink companion class
object IconLink

Attributes

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

Members list

Value members

Concrete methods

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

Creates an icon link to an external target, consisting of an icon and optional text.

Creates an icon link to an external target, consisting of an icon and optional text.

Attributes

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

Creates an icon link to an internal target, consisting of an icon and optional text.

Creates an icon link to an internal target, consisting of an icon and optional text.

Attributes