class

Link

@Js
class Link : DocElem

Link is a hyperlink.

constructors make

fields isCode

line

uri

methods htmlName

isInline

id

isTextUri

Is the text of the link the same as the URI string

setText

Change the text to display for the link

htmlName virtual Str htmlName()

id virtual DocNodeId id()

isCode Bool : isCode

isInline virtual Bool isInline()

isTextUri Bool isTextUri()

Is the text of the link the same as the URI string

line Int : line

make new make(Str uri)

setText Void setText(Str text)

Change the text to display for the link

uri Str : uri

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