TextEntity class
Text entity base class.
Constructors
| Text |
Initializes a new instance of the TextEntity class. |
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