Interface RichTextUnderline

An underlined rich text. Subtype of RichText.

interface RichTextUnderline {
    @type: "richTextUnderline";
    text: RichText;
}

Properties

Properties

@type: "richTextUnderline"
text: RichText

Text.