Interface RichTextFixed

A fixed-width rich text. Subtype of RichText.

interface RichTextFixed {
    @type: "richTextFixed";
    text: RichText;
}

Properties

Properties

@type: "richTextFixed"
text: RichText

Text.