interface StringSelectMenuComponentData

export interface StringSelectMenuComponentData extends BaseSelectMenuComponentData

customId : string

The custom id of the select menu

Inherited from: BaseSelectMenuComponentData

optional
disabled? : boolean

Whether the select menu is disabled or not

Inherited from: BaseSelectMenuComponentData

optional
id? : number

the id of this component

Inherited from: BaseComponentData

optional
maxValues? : number

The maximum amount of options that can be selected

Inherited from: BaseSelectMenuComponentData

optional
minValues? : number

The minimum amount of options that can be selected

Inherited from: BaseSelectMenuComponentData

options : readonly SelectMenuComponentOptionData[]

The options in this select menu

optional
placeholder? : string

The placeholder of the select menu

Inherited from: BaseSelectMenuComponentData

optional
required? : boolean

Whether this component is required in modals

Inherited from: BaseSelectMenuComponentData