export class StringSelectMenuComponent extends BaseSelectMenuComponent<APIStringSelectComponent>
Represents a string select menu component
readonlystring customId :
The custom id of this select menu
APIMessageComponent data :
The API data associated with this component
readonlyboolean disabled :
Whether this select menu is disabled
readonlyoptionalnumber maxValues? :
The maximum amount of options that can be selected
readonlyoptionalnumber minValues? :
The minimum amount of options that must be selected
readonlyAPISelectMenuOption[] options :
The options in this select menu
readonlyoptionalstring placeholder? :
The placeholder for this select menu
readonlyComponentType type :
The type of the component