JMap Cloud NG Core library documentation
You can explore the JMap Cloud NG Core library API by clicking on this link JMap.
The project has been written in Typescript, so this documentation provides information about result types or arguments to pass to the JMap Cloud NG Core library.
This project is also published on NPM.
If your project is written in Typescript you can get all autocompletions for the JMap Cloud NG Core library by adding this NPM package to your project :
npm i -D jmapcloud-ng-core-types
JMap Cloud NG Core library purpose is to provide a JS API in order to fully integrate JMap in your Web Application.
By default the JMap Cloud NG Core library is started without any options. So nothing special is done except some DOM initializations (for popup containers, etc ...).
Before being able to use the JMap Cloud NG Core library, you must be authenticated (= having a valid JMap token) and you need to set some JMap startup options (JCoreOptions).
You can consult the examples section in the JMap NG Developer Documentation to learn about embedding JMap NG Core in a web page.