logo

class

fandoc::Link

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::Link

Link is a hyperlink.

Slots

htmlName

override Str htmlName()

Get the HTML element name to use for this element.

Source

id

override DocNodeId id()

Get node id for node type.

Source

isCode

Bool isCode := false

Source

isInline

override Bool isInline()

Is this an inline versus a block element.

Source

make

new make(Str uri)

Source

uri

Str uri

Source