TextInputComponentData

export interface TextInputComponentData extends BaseComponentData
export interface TextInputComponentData extends BaseComponentData

No summary provided.

customId:string
The custom id of the text input
label:string
The text that appears on top of the text input field
maxLength?:number
The maximum number of characters that can be entered in the text input
minLength?:number
The minimum number of characters that can be entered in the text input
placeholder?:string
Placeholder for the text input
required?:boolean
Whether or not the text input is required or not
The style of the text input
value?:string
The pre-filled text in the text input