Skip to content
Document Authoring DA  API Docs v1.10.0
npmGitHub

FootnoteRef

FootnoteRef:

{
type: "footnote/ref";
}

Represents a reference to a footnote within footnote content.

FootnoteRef is an inline element that appears within the content of a footnote itself, representing a reference back to where the footnote is cited in the main text. This is typically rendered as a superscript number or symbol at the beginning of the footnote text.

Unlike Footnote (which is the footnote marker in the main text with its associated content), FootnoteRef appears inside the footnote content area and links back to the main text.

This is a marker element with no additional methods or properties beyond the type discriminator.

type: "footnote/ref"

Type discriminator for inline elements.

Always has the value 'footnote/ref'. Use this property to identify footnote reference markers within footnote content.