Interface RichTextMarked

A marked rich text. Subtype of RichText.

interface RichTextMarked {
    @type: "richTextMarked";
    text: RichText;
}

Properties

Properties

@type: "richTextMarked"
text: RichText

Text.