SelectOptions

interface SelectOptions

Shared options for select menu components.

exported from lib.weeble.d

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.

placeholder?

string

Placeholder text when nothing is selected.