Callbacks
The utils.callback
module in the utility library was created to provide a standalone location for creating callbacks that can be used.
This removes the need for coding multiple callbacks depending on framework choice.
Functions
cb()
Used to trigger a registered callback.
Callbacks must be registered first on the server, refer to the server side callbacks function reference for more information on registering callbacks.
Function
Example
Last updated