@contio/partner-sdk - v1.7.1
Preparing search index...
TypedEventHandler
Type Alias TypedEventHandler<T>
TypedEventHandler
:
(
event
:
WebhookEventMap
[
T
]
)
=>
Promise
<
void
>
|
void
Handler function type for a specific event
Type Parameters
T
extends
keyof
WebhookEventMap
Type Declaration
(
event
:
WebhookEventMap
[
T
]
)
:
Promise
<
void
>
|
void
Parameters
event
:
WebhookEventMap
[
T
]
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@contio/partner-sdk - v1.7.1
Loading...
Handler function type for a specific event