• Creates a new plain text object.

    Parameters

    • text: string

      A plain string to show.

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

    The new text object.

Generated using TypeDoc