Text: Readonly<{
    text: string;
    type: typeof textSymbol;
}>

Plain text object.

Type declaration

  • text: string

    A plain string to show. A renderer must escape that the text to be rendered correctly.

  • type: typeof textSymbol

Generated using TypeDoc