IconLink

object IconLink
Companion
class
class Object
trait Matchable
class Any

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.

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.