Skip to main content

Interface: Action

Deprecated

Action aliased to Actionable in order to name the mixins in this file consistently.

Extended by

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_ids in the containing block. Maximum length for this field is 255 characters.

Defined in

block-kit/extensions.ts:15


type

type: string;

Defined in

block-kit/extensions.ts:9