@slack/web-api / Actionable
Interface: Actionable
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:14
Deprecated
Action aliased to Actionable in order to name the mixins in this file consistently.
Extends
Extended by
ButtonCheckboxesDatepickerDateTimepickerEmailInputFeedbackButtonsFileInputIconButtonUsersSelectMultiUsersSelectStaticSelectMultiStaticSelectConversationsSelectMultiConversationsSelectChannelsSelectMultiChannelsSelectExternalSelectMultiExternalSelectNumberInputOverflowPlainTextInputRadioButtonsTimepickerURLInputRichTextInput
Properties
action_id?
optional action_id: string;
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:12
@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_ids in the containing block. Maximum length for this field is 255 characters.
Inherited from
type
type: string;
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:6