APIStringSelectComponent

https://discord.com/developers/docs/interactions/message-components#select-menus

Signature

export interface APIStringSelectComponent<Value extends string = string> extends APIBaseSelectMenuComponent<ComponentType.StringSelect>

Properties

2

Methods

0

No methods.

Properties

required?: boolean;

Whether the string select is required to answer in a modal

@defaulttrue