kinetex - v1.0.0-rc.1
Preparing search index...
AroundHook
Type Alias AroundHook
AroundHook
:
(
ctx
:
HookContext
,
next
:
()
=>
Promise
<
HookResponse
>
,
)
=>
Promise
<
HookResponse
>
"Around" hook that wraps the dispatch — receives
next
to call the inner pipeline
Type Declaration
(
ctx
:
HookContext
,
next
:
()
=>
Promise
<
HookResponse
>
)
:
Promise
<
HookResponse
>
Parameters
ctx
:
HookContext
next
:
()
=>
Promise
<
HookResponse
>
Returns
Promise
<
HookResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
kinetex - v1.0.0-rc.1
Loading...
"Around" hook that wraps the dispatch — receives
nextto call the inner pipeline