interface TextInputModalData

export interface TextInputModalData extends BaseModalData<ComponentType.TextInput>

customId : string

The custom id of the component

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData

value : string

The value of the component