Preview environment

interface TextInputModalData

export interface TextInputModalData extends BaseModalData<ComponentType.TextInput>

customId : string

The custom id of the field

id : number

The id of the field

Inherited from: BaseModalData

type : Type

The component type of the field

Inherited from: BaseModalData

value : string

The value of the field