Interface Hook

Hierarchy

  • Hook

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).

id: string

ID of this hook.

name: string

Name of this hook.

script: string

Code to be executed when this hook runs.

triggerId: string

Trigger ID