interface BaseSelectMenuComponentData
extends
BaseComponentDataexport interface BaseSelectMenuComponentData extends BaseComponentDatacustomId : string
The custom id of the select menu
optionaldisabled? : boolean
Whether the select menu is disabled or not
optionalmaxValues? : number
The maximum amount of options that can be selected
optionalminValues? : number
The minimum amount of options that can be selected
optionalplaceholder? : string
The placeholder of the select menu