Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
ExternalEventWebhookHandleResponse
Interface ExternalEventWebhookHandleResponse<EventPayload>
interface
ExternalEventWebhookHandleResponse
<
EventPayload
>
{
events
?:
EventPayload
[]
;
response
?:
{
headers
?:
Record
<
string
,
string
>
;
data
?:
any
;
status
?:
number
;
}
;
state
?:
Record
<
string
,
any
>
;
}
Type Parameters
EventPayload
=
any
Index
Properties
events?
response?
state?
Properties
Optional
events
events
?:
EventPayload
[]
Optional
response
response
?:
{
headers
?:
Record
<
string
,
string
>
;
data
?:
any
;
status
?:
number
;
}
Optional
state
state
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
events
response
state
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...