interface StringSelectMenuComponentData
extends
BaseSelectMenuComponentDataexport interface StringSelectMenuComponentData extends BaseSelectMenuComponentDataoptionaldisabled? : boolean
Whether the select menu is disabled or not
Inherited from: BaseSelectMenuComponentData
optionalmaxValues? : number
The maximum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
optionalminValues? : number
The minimum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
options : readonly SelectMenuComponentOptionData[]
The options in this select menu
optionalplaceholder? : string
The placeholder of the select menu
Inherited from: BaseSelectMenuComponentData
Whether this component is required in modals
Inherited from: BaseSelectMenuComponentData