ChannelSelectOptions

interface ChannelSelectOptions

Options for a channel select menu.

exported from lib.weeble.d

Extends:

Properties

Property

Type

Description

channelTypes?

ChannelType[]

Filter which channel types appear in the list.

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.