Image
An image.
Parameters
the link the image points to
optional width constraint
optional height constraint
optional ID that can be cross-referenced via a com.quarkdown.core.ast.quarkdown.reference.CrossReference
whether this image should be registered in the media storage by com.quarkdown.core.context.hooks.MediaStorerHook, if the media storage is enabled in the context
Constructors
Properties
The name of the function that backs this node, from a loaded library.
Any error associated with the link will be surfaced as an error on the image itself.
Whether the synthesized backing call should be treated as a block call. Defaults to true; inline primitive nodes should override to false so the inline output mapper is used during expansion.
The CrossReferenceableNode.referenceId of this node, if it is a real linkable ID (i.e. not the placeholder).
Functions
Visits this node with the given visitor when no error is present.
Retrieves the stored media associated with this node, if any.
Materializes this node's properties into the arguments of the backing function call. Argument names must match the parameter names of the function identified by backingFunctionName.
Returns a copy of this node with its children replaced by newChildren.