Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-event-hooks
HookDispatcher
Interface HookDispatcher<T>
interface
HookDispatcher
<
T
extends
BaseHook
>
{
dispatch
(
hooks
:
T
[]
)
:
Promise
<
DispatchResult
>
;
}
Type Parameters
T
extends
BaseHook
Hierarchy (
View Summary
)
HookDispatcher
EmailHookDispatcher
WebhookDispatcher
Index
Methods
dispatch
Methods
dispatch
dispatch
(
hooks
:
T
[]
)
:
Promise
<
DispatchResult
>
Evaluates the conditions for each hook and dispatches them as needed
Parameters
hooks
:
T
[]
The hook to dispatch
Returns
Promise
<
DispatchResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
dispatch
Trova Core - v3.43.0
Loading...
Evaluates the conditions for each hook and dispatches them as needed