AbstractStaticaddAdd new plugin
The plugin id
The plugin class (React Component)
Id of map to add this plugin to
Optionalprops: unknownThe plugin options
A Promise which resolves with the Plugin instance.
StaticloadLoad a package script on runtime
the package id to load
StaticremoveDelete a specific plugin loaded in a map
the id of the plugin to delete
the map id to remove the plugin from
StaticremoveDelete all plugins loaded in a map
the map id to remove the plugin from (if not provided then plugin will be removed from all maps)
Class to manage plugins
Exports