SelectMenuBuilderSummaryRepresents a select menu componentdeclare class SelectMenuBuilder extends ComponentBuilder<APISelectMenuComponent> ExtendsComponentBuilder<APISelectMenuComponentConstructorconstructor(data?)Constructs a new instance of the SelectMenuBuilder classNameTypeOptionalDescriptiondataPartial<APISelectMenuComponent>YesNonePropertiesReadonlydata:Partial<DataType>The API data associated with this componentInherited from ComponentBuilderReadonlyoptions:SelectMenuOptionBuilder[]The options within this select menuMethodsaddOptions(options):thisAdds options to this select menuNameTypeOptionalDescriptionoptionsRestOrArray<SelectMenuOptionBuilder | APISelectMenuOption>NoThe options to add to this select menusetCustomId(customId):thisSets the custom id for this select menuNameTypeOptionalDescriptioncustomIdstringNoThe custom id to use for this select menusetDisabled(disabled?):thisSets whether this select menu is disabledNameTypeOptionalDescriptiondisabledbooleanYesWhether this select menu is disabledsetMaxValues(maxValues):thisSets the maximum values that must be selected in the select menuNameTypeOptionalDescriptionmaxValuesnumberNoThe maximum values that must be selectedsetMinValues(minValues):thisSets the minimum values that must be selected in the select menuNameTypeOptionalDescriptionminValuesnumberNoThe minimum values that must be selectedsetOptions(options):thisSets the options on this select menuNameTypeOptionalDescriptionoptionsRestOrArray<SelectMenuOptionBuilder | APISelectMenuOption>NoThe options to set on this select menusetPlaceholder(placeholder):thisSets the placeholder for this select menuNameTypeOptionalDescriptionplaceholderstringNoThe placeholder to use for this select menutoJSON():APISelectMenuComponent