class

Image

@Js
class Image : LinkNode

An image

![foo](/url "title")

The corresponding LinkNode would look like this:

  • destination => /uri
  • title => "title"
  • A Text child node with literal that returns "link"

Note that the text in the link can contain inline formatting, so it could also contain an Image or Emphasis, etc.

constructors make

make new make(Str destination, Str? title)

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