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
Install
Install(hookName: string, priority: int, context: any, callback: callable): Hook
Parameters
Name |
Type |
Description |
hookName |
string |
|
priority |
int |
|
context |
any |
|
callback |
callable |
|
Returns