Interface HookUpdate

Hierarchy

  • HookUpdate

Properties

dependencies?: {
    [key: string]: any;
}

Dependencies of this hook used by webtask server.

Type declaration

  • [key: string]: any
enabled?: boolean

Whether this hook will be executed (true) or ignored (false).

name?: string

Name of this hook.

script?: string

Code to be executed when this hook runs.