Skip to content
PricingReleases

HookHandlerEntry

Defined in: hooks.ts:37

event: string

Defined in: hooks.ts:39


handlerPath: string

Defined in: hooks.ts:41

Path to the JS module within the plugin directory.


pluginId: string

Defined in: hooks.ts:38


priority: number

Defined in: hooks.ts:42


optional timeoutMs?: 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