@bluelibs/runner - v5.5.0
Preparing search index...
HookExecutionInterceptor
Type Alias HookExecutionInterceptor
HookExecutionInterceptor
:
(
next
:
(
hook
:
IHook
<
any
,
any
>
,
event
:
IEventEmission
<
any
>
,
)
=>
Promise
<
any
>
,
hook
:
IHook
<
any
,
any
>
,
event
:
IEventEmission
<
any
>
,
)
=>
Promise
<
any
>
Interceptor for hook execution.
Type Declaration
(
next
:
(
hook
:
IHook
<
any
,
any
>
,
event
:
IEventEmission
<
any
>
,
)
=>
Promise
<
any
>
,
hook
:
IHook
<
any
,
any
>
,
event
:
IEventEmission
<
any
>
,
)
:
Promise
<
any
>
Parameters
next
:
(
hook
:
IHook
<
any
,
any
>
,
event
:
IEventEmission
<
any
>
)
=>
Promise
<
any
>
hook
:
IHook
<
any
,
any
>
event
:
IEventEmission
<
any
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bluelibs/runner - v5.5.0
Loading...
Interceptor for hook execution.