TextEntity class

Text entity base class.

Constructors

TextEntity(string)

Initializes a new instance of the TextEntity class.

Properties

text
type

Constructor Details

TextEntity(string)

Initializes a new instance of the TextEntity class.

new TextEntity(text?: string)

Parameters

text

string

The text value.

Property Details

text

text: string

Property Value

string

type

type: string

Property Value

string