Skip to main content

@slack/web-api / Select

Type Alias: Select

type Select = 
| UsersSelect
| StaticSelect
| ConversationsSelect
| ChannelsSelect
| ExternalSelect;

Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:162

Description

Allows users to choose an option from a drop down menu. The select menu also includes type-ahead functionality, where a user can type a part or all of an option string to filter the list. There are different types of select menu elements that depend on different data sources for their lists of options: StaticSelect, ExternalSelect, UsersSelect, ConversationsSelect, ChannelsSelect.

See