Skip to main content

BasicElementAction<T>

Defined in: src/types/actions/block-action.ts:39

Any action from Slack's interactive elements

This type is used to represent actions that aren't known ahead of time. Each of the known element actions also implement this interface.

Extended by

Type Parameters

T

T extends string = string

Properties

action_id

action_id: string;

Defined in: src/types/actions/block-action.ts:42


action_ts

action_ts: string;

Defined in: src/types/actions/block-action.ts:43


block_id

block_id: string;

Defined in: src/types/actions/block-action.ts:41


type

type: T;

Defined in: src/types/actions/block-action.ts:40