export declare class SelectMenuOptionBuilder
Represents a option within a select menu component
Sets whether this option is selected by default
Name | Type | Optional | Description |
---|---|---|---|
isDefault | boolean | Yes | None |
Sets the description of this option
Name | Type | Optional | Description |
---|---|---|---|
description | string | No | None |
Sets the emoji to display on this option
Name | Type | Optional | Description |
---|---|---|---|
emoji | APIMessageComponentEmoji | No | None |
Sets the label of this option
Name | Type | Optional | Description |
---|---|---|---|
label | string | No | None |
Sets the value of this option
Name | Type | Optional | Description |
---|---|---|---|
value | string | No | None |