interface StringSelectMenuComponentData
extends
BaseSelectMenuComponentDataexport interface StringSelectMenuComponentData extends BaseSelectMenuComponentData
optionalboolean disabled? :
Whether the select menu is disabled or not
Inherited from: BaseSelectMenuComponentData
optionalnumber maxValues? :
The maximum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
optionalnumber minValues? :
The minimum amount of options that can be selected
Inherited from: BaseSelectMenuComponentData
readonly SelectMenuComponentOptionData[] options :
The options in this select menu
optionalstring placeholder? :
The placeholder of the select menu
Inherited from: BaseSelectMenuComponentData
optionalboolean required? :
Whether this component is required in modals
Inherited from: BaseSelectMenuComponentData