type

LinkNode

@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

Str destination

Link URL destination

make

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

title

Str? title

Optional link title

toStrAttributes

protected virtual override Str toStrAttributes()