Skip to main content

SlackViewMiddlewareArgs<ViewActionType>

Defined in: src/types/view/index.ts:19

Arguments which listeners and middleware receive to process a view submission event from Slack.

Type Parameters

ViewActionType

ViewActionType extends SlackViewAction = SlackViewAction

Properties

ack

ack: ViewAckFn<ViewActionType>;

Defined in: src/types/view/index.ts:23


body

body: ViewActionType;

Defined in: src/types/view/index.ts:22


payload

payload: ViewOutput;

Defined in: src/types/view/index.ts:20


respond

respond: RespondFn;

Defined in: src/types/view/index.ts:24


view

view: ViewOutput;

Defined in: src/types/view/index.ts:21