@wxn0brp/vql-client
Preparing search index...
VQLHooks
Interface VQLHooks
interface
VQLHooks
{
onEnd
?:
(
query
:
VQLUQ
,
durationMs
:
number
,
result
:
any
,
hookContext
:
any
,
)
=>
void
;
onError
?:
(
query
:
VQLUQ
,
error
:
unknown
,
result
?:
any
,
hookContext
?:
any
,
)
=>
void
;
onStart
?:
(
query
:
VQLUQ
,
hookContext
:
any
)
=>
void
;
}
Index
Properties
on
End?
on
Error?
on
Start?
Properties
Optional
on
End
onEnd
?:
(
query
:
VQLUQ
,
durationMs
:
number
,
result
:
any
,
hookContext
:
any
,
)
=>
void
Optional
on
Error
onError
?:
(
query
:
VQLUQ
,
error
:
unknown
,
result
?:
any
,
hookContext
?:
any
,
)
=>
void
Optional
on
Start
onStart
?:
(
query
:
VQLUQ
,
hookContext
:
any
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
End
on
Error
on
Start
@wxn0brp/vql-client
Loading...