Interface RichTextSuperscript

A superscript rich text. Subtype of RichText.

interface RichTextSuperscript {
    @type: "richTextSuperscript";
    text: RichText;
}

Properties

Properties

@type: "richTextSuperscript"
text: RichText

Text.