Interface: EventAdapterOptions
Options when constructing SlackEventAdapter. See SlackEventAdapter's fields for more information on what each option does.
Properties
includeBody?
optional includeBody: boolean;
Defined in
packages/events-api/src/adapter.ts:140
includeHeaders?
optional includeHeaders: boolean;
Defined in
packages/events-api/src/adapter.ts:141
waitForResponse?
optional waitForResponse: boolean;