Skip to main content

Type Alias: Select

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

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

Defined in

block-kit/block-elements.ts:194