interface BaseSelectMenuComponentData

export interface BaseSelectMenuComponentData extends BaseComponentData

customId : string

The custom id of the select menu

optional
disabled? : boolean

Whether the select menu is disabled or not

optional
id? : number

the id of this component

Inherited from: BaseComponentData

optional
maxValues? : number

The maximum amount of options that can be selected

optional
minValues? : number

The minimum amount of options that can be selected

optional
placeholder? : string

The placeholder of the select menu

optional
required? : boolean

Whether this component is required in modals

The type of component

Inherited from: BaseComponentData