class TextDisplayBuilder
extends
ComponentBuilder<APITextDisplayComponent>export declare class TextDisplayBuilder extends ComponentBuilder<APITextDisplayComponent>
Constructors
data?: Partial<APITextDisplayComponent>)
constructor(data?: Partial<APITextDisplayComponent>
Creates a new text display from API data.
readonlyPartial<APITextDisplayComponent> data :
The API data associated with this component.
Inherited from: ComponentBuilder
Clears the id of this component, defaulting to a default incremented id.
Inherited from: ComponentBuilder
setContentcontent: string) : this (
content: string
Sets the text of this text display.
setIdid: number) : this (
id: number
Sets the id (not the custom id) for this component.
Inherited from: ComponentBuilder
toJSONAPITextDisplayComponent () :
Serializes this builder to API-compatible JSON data.