src/plugins/staticRootPlugin/README.md
This plugin takes an object tree as JSON and exposes it as a non-editable root level tree. This can be useful if you have static non-editable content that you wish to expose, such as a standard set of displays that should not be edited (but which can be copied and then modified if desired).
Any object tree in Open MCT can be exported as JSON after installing the Import/Export plugin.
openmct.install(openmct.plugins.StaticRootPlugin({ namespace: 'mission', exportUrl: 'data/static-objects.json' }));
The StaticRootPlugin takes two parameters: