Interface: ConversationsSelect
Description
This select menu will populate its options with a list of public and private channels, DMs, and MPIMs visible to the current user in the active workspace.
See
- Select menu of conversations reference.
- This is an interactive component - see our guide to enabling interactivity.
Extends
Properties
action_id?
optional action_id: string;
@description: An identifier for this action. You can use this when you receive an interaction payload to
identify the source of the action. Should be unique
among all other action_id
s in the containing block. Maximum length for this field is 255 characters.
Inherited from
Defined in
confirm?
optional confirm: ConfirmationDialog;
Description
A Confirm object that defines an optional confirmation dialog after the element is interacted with.
Inherited from
Defined in
default_to_current_conversation?
optional default_to_current_conversation: boolean;
Description
Pre-populates the select menu with the conversation that the user was viewing when they opened the
modal, if available. Default is false
.
Defined in
block-kit/block-elements.ts:341