Interface RichTextReference

A reference to a richTexts object on the same page. Subtype of RichText.

interface RichTextReference {
    @type: "richTextReference";
    anchor_name: string;
    text: RichText;
    url: string;
}

Properties

@type: "richTextReference"
anchor_name: string

The name of a richTextAnchor object, which is the first element of the target richTexts object.

text: RichText

The text.

url: string

An HTTP URL, opening the reference.