Hooks

Summary

Methods

Method Returns
Install(hookName: string, priority: int, callback: callable) Hook
Install(hookName: string, priority: int, context: any, callback: callable) Hook

Methods

Install

Install(hookName: string, priority: int, callback: callable): Hook

Parameters

Name Type Description
hookName string
priority int
callback callable

Returns

Type Description
Hook

Install

Install(hookName: string, priority: int, context: any, callback: callable): Hook

Parameters

Name Type Description
hookName string
priority int
context any
callback callable

Returns

Type Description
Hook
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)