lynx: registerModule() static method
Register a JavaScript value that can be shared within a single LynxView, but not between different LynxViews.
Syntax
Parameters
name
The name of the value.
module
The value to be registered, can use any JavaScript types.
Return Value
None (undefined).
Examples
Get module from JS
Use the lynx.getJSModule method to get a registered value:
Compatibility
LCD tables only load in the browser