interface BaseSelectMenuComponentData
extends
BaseComponentDataexport interface BaseSelectMenuComponentData extends BaseComponentData
string customId :
The custom id of the select menu
optionalboolean disabled? :
Whether the select menu is disabled or not
optionalnumber maxValues? :
The maximum amount of options that can be selected
optionalnumber minValues? :
The minimum amount of options that can be selected
optionalstring placeholder? :
The placeholder of the select menu
optionalboolean required? :
Whether this component is required in modals