Preparing search index...
The search index is not available
wavekit
wavekit
@wavekit/kit
WaveKitHooks
Type Alias WaveKitHooks
WaveKitHooks
:
{
afterHandler
?:
(
response
:
WaveKitResponse
)
=>
Promise
<
WaveKitResponse
>
;
beforeHandler
?:
(
c
:
WaveKitContext
,
)
=>
Promise
<
WaveKitContext
|
WaveKitResponse
>
;
}
Type declaration
Optional
afterHandler
?:
(
response
:
WaveKitResponse
)
=>
Promise
<
WaveKitResponse
>
Optional
beforeHandler
?:
(
c
:
WaveKitContext
)
=>
Promise
<
WaveKitContext
|
WaveKitResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wavekit
Loading...