Skip to main content

Interface: OptionsConstraints

Defined in: adapter.ts:726

Constraints on when to call an options handler.

Properties

actionId?

optional actionId: string | RegExp;

Defined in: adapter.ts:740

A string or RegExp to match against the action_id


blockId?

optional blockId: string | RegExp;

Defined in: adapter.ts:735

A string or RegExp to match against the block_id


callbackId?

optional callbackId: string | RegExp;

Defined in: adapter.ts:730

A string or RegExp to match against the callback_id


within

within: "block_actions" | "interactive_message" | "dialog";

Defined in: adapter.ts:745

The source of options request.