No summary provided.
Creates a new text display from API data.
Example
Creating a text display from an API data object:
Example
Creating a text display using setters and API data:
| Name | Type | Optional | Description | 
|---|---|---|---|
| data | Partial<APITextDisplayComponent> | Yes | The API data to create this text display with  | 
ProtectedReadonly
Clears the id of this component, defaulting to a default incremented id.
Sets the text of this text display.
| Name | Type | Optional | Description | 
|---|---|---|---|
| content | string | No | The text to use  | 
Sets the id of this component.
| Name | Type | Optional | Description | 
|---|---|---|---|
| id | number | No | The id to use  | 
Serializes this builder to API-compatible JSON data.
Note that by disabling validation, there is no guarantee that the resulting object will be valid.
| Name | Type | Optional | Description | 
|---|---|---|---|
| validationOverride | boolean | Yes | Force validation to run/not run regardless of your global preference  |