class TextInputComponent
extends
Component<APITextInputComponent>export class TextInputComponent extends Component<APITextInputComponent>
Represents a text input component.
readonlystring customId :
The custom id of this text input
readonlyReadonly<APITextInputComponent> data :
The API data associated with this component
Inherited from: Component
readonlystring value :
The value for this text input
equalsother: this | APITextInputComponent) : boolean (
other: this | APITextInputComponent
Whether or not the given components are equal
Inherited from: Component
toJSONAPITextInputComponent () :
Returns the API-compatible JSON for this component
Inherited from: Component