CrossReference
class CrossReference(val referenceId: String) : ReferenceNode<CrossReference, CrossReferenceableNode>
A cross-reference to a CrossReferenceableNode within the same document. The link with the target is made by matching referenceIds.
Parameters
referenceId
the reference ID of the target node being referenced
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard
Registers the given definition as the definition associated with this reference within the document handled by context.
Link copied to clipboard