HookHandlerEntry
Defined in: hooks.ts:37
Properties
Section titled “Properties”event:
string
Defined in: hooks.ts:39
handlerPath
Section titled “handlerPath”handlerPath:
string
Defined in: hooks.ts:41
Path to the JS module within the plugin directory.
pluginId
Section titled “pluginId”pluginId:
string
Defined in: hooks.ts:38
priority
Section titled “priority”priority:
number
Defined in: hooks.ts:42
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: hooks.ts:45
Max time the handler may run before it is treated as failed (default 30s).
type:
HookType
Defined in: hooks.ts:43