StringSelectOptions

interface StringSelectOptions

Options for a string select menu.

exported from lib.weeble.d

Extends:

Properties

Property

Type

Description

customId

string

Custom ID for the select menu.

disabled?

boolean

Indicates whether the select menu is disabled.

maxValues?

number

Maximum number of items that can be selected.

minValues?

number

Minimum number of items that must be selected.

options

SelectOption[]

The options shown in the dropdown.

placeholder?

string

Placeholder text when nothing is selected.