SelectMenuOptionBuilder
declare class SelectMenuOptionBuilder
declare class SelectMenuOptionBuilder
Represents a option within a select menu component
constructor(data?)
Constructs a new instance of the
SelectMenuOptionBuilder
className | Type | Optional | Description |
---|---|---|---|
data | Partial<APISelectMenuOption> | Yes | None |
data
:
Partial<APISelectMenuOption>
setDefault(isDefault?)
:
this
Sets whether this option is selected by default
Name | Type | Optional | Description |
---|---|---|---|
isDefault | boolean | Yes | Whether this option is selected by default |
setDescription(description)
:
this
Sets the description of this option
Name | Type | Optional | Description |
---|---|---|---|
description | string | No | The description of this option |
setEmoji(emoji)
:
this
Sets the emoji to display on this option
Name | Type | Optional | Description |
---|---|---|---|
emoji | APIMessageComponentEmoji | No | The emoji to display on this option |
setLabel(label)
:
this
Sets the label of this option
Name | Type | Optional | Description |
---|---|---|---|
label | string | No | The label to show on this option |
setValue(value)
:
this
Sets the value of this option
Name | Type | Optional | Description |
---|---|---|---|
value | string | No | The value of this option |