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