openmct/platform/persistence/local
2019-12-06 09:45:21 -08:00
..
src Misc UI 10 (#2441) 2019-08-30 15:51:52 -07:00
test Disable broken unit tests (#2519) 2019-10-10 16:23:29 -07:00
bundle.js Experimental unit tests for the Telemetry Table component (#2533) 2019-11-27 16:04:52 -08:00
README.md Added brief readmes for all plugins. (#2184) 2018-10-03 18:55:27 -07:00

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());