nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
NodeHook
Type Alias NodeHook
NodeHook
:
(
ctx
:
NodeHookContext
)
=>
Promise
<
Result
<
void
,
HookError
>
>
Hook function signature. Returns ok(void) on success, err(HookError) on failure.
Type Declaration
(
ctx
:
NodeHookContext
)
:
Promise
<
Result
<
void
,
HookError
>
>
Parameters
ctx
:
NodeHookContext
Returns
Promise
<
Result
<
void
,
HookError
>
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Hook function signature. Returns ok(void) on success, err(HookError) on failure.