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: stringProperty Value
string
type
type: stringProperty Value
string