Interface RichTexts

A concatenation of rich texts. Subtype of RichText.

interface RichTexts {
    @type: "richTexts";
    texts: RichText[];
}

Properties

Properties

@type: "richTexts"
texts: RichText[]

Texts.