Interface RichTextBold

A bold rich text. Subtype of RichText.

interface RichTextBold {
    @type: "richTextBold";
    text: RichText;
}

Properties

Properties

@type: "richTextBold"
text: RichText

Text.