class StringSelectMenuOptionBuilder
implements
JSONEncodable<APISelectMenuOption>export declare class StringSelectMenuOptionBuilder implements JSONEncodable<APISelectMenuOption>
Represents an option within a string select menu component
Constructors
data?: Partial<APISelectMenuOption>)
constructor(data?: Partial<APISelectMenuOption>
Creates a new string select menu option from API data
Partial<APISelectMenuOption> data :
setDefaultisDefault?: boolean) : this (
isDefault?: boolean
Sets whether this option is selected by default
setDescriptiondescription: string) : this (
description: string
Sets the description of this option
setEmojiemoji: APIMessageComponentEmoji) : this (
emoji: APIMessageComponentEmoji
Sets the emoji to display on this option
setLabellabel: string) : this (
label: string
Sets the label of this option
setValuevalue: string) : this (
value: string
Sets the value of this option
toJSONAPISelectMenuOption () :
Serializes this component to an API-compatible JSON object