Interface RichTextStrikethrough

A strikethrough rich text. Subtype of RichText.

interface RichTextStrikethrough {
    @type: "richTextStrikethrough";
    text: RichText;
}

Properties

Properties

@type: "richTextStrikethrough"
text: RichText

Text.