mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
.. | ||
src | ||
test | ||
bundle.js | ||
README.md |
Local Storage Plugin
Provides persistence of user-created objects in browser Local Storage. Objects persisted in this way will only be available from the browser and machine on which they were persisted. For shared persistence, consider the Elasticsearch and CouchDB persistence plugins.
Installation
openmct.install(openmct.plugins.LocalStorage());