mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
* Update notebook automatically when modified by another user * Don't persist selected and default page and section IDs on notebook object * Fixing object synchronization bugs * Adding unit tests * Synchronize notebooks AND plans * Removed observeEnabled flag Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
6 lines
239 B
JavaScript
6 lines
239 B
JavaScript
export const NOTEBOOK_TYPE = 'notebook';
|
|
export const EVENT_SNAPSHOTS_UPDATED = 'SNAPSHOTS_UPDATED';
|
|
export const NOTEBOOK_DEFAULT = 'DEFAULT';
|
|
export const NOTEBOOK_SNAPSHOT = 'SNAPSHOT';
|
|
export const NOTEBOOK_VIEW_TYPE = 'notebook-vue';
|