logo

class

fandoc::Image

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::Image

Image is a reference to an image file

Slots

alt

Str alt

Source

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

isInline

override Bool isInline()

Is this an inline versus a block element.

Source

make

new make(Str uri, Str alt)

Source

uri

Str uri

Source