Documentation - v1.6.0-beta.24
    Preparing search index...

    A single interactive action from a Slack Block Kit block_actions payload.

    interface SlackAction {
        action_id: string;
        block_id?: string;
        type: string;
        value?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    action_id: string

    Identifier of the action that was triggered.

    block_id?: string

    Identifier of the block that contains the action.

    type: string

    Action element type (e.g. 'button').

    value?: string

    Value associated with the action element.