interface ComponentText {
    text: string;
    textColor: null | ComponentPlainTextColor;
    textSize: null | ComponentPlainTextSize;
    type: "text";
}

Properties

text: string
textColor: null | ComponentPlainTextColor
textSize: null | ComponentPlainTextSize
type: "text"

Generated using TypeDoc