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