export class StringSelectMenuComponent extends BaseSelectMenuComponent<APIStringSelectComponent>
Represents a string select menu component
readonlyboolean disabled :
Whether this select menu is disabled
Inherited from: BaseSelectMenuComponent
The maximum amount of options that can be selected
Inherited from: BaseSelectMenuComponent
The minimum amount of options that must be selected
Inherited from: BaseSelectMenuComponent
readonlyAPISelectMenuOption[] options :
The options in this select menu
The placeholder for this select menu
Inherited from: BaseSelectMenuComponent