interface StringSelectModalData

export interface StringSelectModalData extends BaseModalData<ComponentType.StringSelect>

customId : string

The custom id of the field

Inherited from: BaseModalData

id : number

The id of the field

Inherited from: BaseModalData

type : Type

The component type of the field

Inherited from: BaseModalData

values : readonly string[]

The values of the field