SelectMenuOptionBuilderSummaryRepresents a option within a select menu componentexport declare class SelectMenuOptionBuilder Constructorconstructor(data?)Constructs a new instance of the SelectMenuOptionBuilder classNameTypeOptionalDescriptiondataPartial<APISelectMenuOption>YesNonePropertiesdata:Partial<APISelectMenuOption>MethodssetDefault(isDefault?):thisSets whether this option is selected by defaultNameTypeOptionalDescriptionisDefaultbooleanYesWhether this option is selected by defaultsetDescription(description):thisSets the description of this optionNameTypeOptionalDescriptiondescriptionstringNoThe description of this optionsetEmoji(emoji):thisSets the emoji to display on this optionNameTypeOptionalDescriptionemojiAPIMessageComponentEmojiNoThe emoji to display on this optionsetLabel(label):thisSets the label of this optionNameTypeOptionalDescriptionlabelstringNoThe label to show on this optionsetValue(value):thisSets the value of this optionNameTypeOptionalDescriptionvaluestringNoThe value of this optiontoJSON():APISelectMenuOption