JMap.getApiVersion
Returns the JMap NG Core library API (typescript interfaces) version.
For the same API version, multiple implementation versions can exist.
JMap.getDataStore
Returns the JMap library redux data store, an instance of Redux (https://redux.js.org/).
JMap.getOS
Returns the operating system on witch JMap NG Core library is running client side.
Possible values returned are defined here JOPERATING_SYSTEMS.
JMap.getRestUrl
Returns the in use JMap server Rest API url.
This is the url on which the JMap NG Core library makes all of its ajax calls.
JMap.getVersion
Returns the JMap NG Core library build version.
JMap.openDocumentation
Open JMap NG Core library interface online documentation, in a new tab.
This is the JMap NG Core library API documentation.
Examples are availables here.
You can customize JMap NG Core library by providing startup options (JCoreOptions).
After being loaded, the NG Core library is accessible through the namespace JMap in the javascript console. For example :
// returns the JMap NG Core version. JMap.getVersion()