type

LinkNode

src @Js
abstract class LinkNode : Node

Base class for Link and Image nodes

constructors

fields

destination

Link URL destination

title

Optional link title

methods

Slot Details

destination

src Str destination

Link URL destination

make

src new make(Str destination, Str? title := null)

title

src Str? title

Optional link title

toStrAttributes

src protected virtual override Str toStrAttributes()