Interface RichTextPlain

Describes a formatted text object. Subtype of RichText.

interface RichTextPlain {
    @type: "richTextPlain";
    text: string;
}

Properties

Properties

@type: "richTextPlain"
text: string

Text.