Interface RichTextAnchor

An anchor. Subtype of RichText.

interface RichTextAnchor {
    @type: "richTextAnchor";
    name: string;
}

Properties

Properties

@type: "richTextAnchor"
name: string

Anchor name.