class TextDisplayComponent
extends
Component<APITextDisplayComponent>export class TextDisplayComponent extends Component<APITextDisplayComponent>Represents a text display component
readonlycontent : string 
The content of this text display
readonlydata : Readonly<APITextDisplayComponent> 
The API data associated with this component
Inherited from: Component
 equals(other: this | APITextDisplayComponent) : boolean
other: this | APITextDisplayComponent
Whether or not the given components are equal
Inherited from: Component
toJSON() : APITextDisplayComponent
Returns the API-compatible JSON for this component
Inherited from: Component