class

LinkNode

@Js
abstract class LinkNode : Node

Base class for Link and Image nodes

constructors make

fields destination

Link URL destination

title

Optional link title

methods toStrAttributes

destination Str : destination

Link URL destination

make new make(Str destination, Str? title)

title Str? : title

Optional link title

toStrAttributes virtual Str toStrAttributes()

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST