HookContext
Summary
Methods
| Method | Returns |
|---|---|
| Pass(…args: any) | void |
| Return() | void |
| Return(returnValue: any) | void |
| Call() | any | nil |
Methods
Pass
Pass(…args: any)
Parameters
| Name | Type | Description |
|---|---|---|
| …args | any |
Return
Return()
Return
Return(returnValue: any)
Parameters
| Name | Type | Description |
|---|---|---|
| returnValue | any |
Call
Call(): any | nil
Returns
| Type | Description |
|---|---|
| any | nil |
Last modified August 23, 2020: Add hooks and code splitting guides (53b43f67)