Wirebrowser Automation Script API Referece
Preparing search index...
WB
Node
HookResultHandler
Type Alias HookResultHandler
HookResultHandler
:
(
result
:
HookResult
,
logger
:
HookLogger
,
)
=>
void
|
Promise
<
void
>
Called after a hook phase has produced a structured result.
Type Declaration
(
result
:
HookResult
,
logger
:
HookLogger
)
:
void
|
Promise
<
void
>
Parameters
result
:
HookResult
logger
:
HookLogger
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Wirebrowser Automation Script API Referece
Loading...
Called after a hook phase has produced a structured result.