Serialize and deserialize monitors. Obtain monitor block information from runtime. Fix issue where stage monitors weren't getting loaded correctly.

This commit is contained in:
Karishma Chadha 2018-10-21 00:22:39 -04:00
parent 3050f496b2
commit 1a4f0a75f2
4 changed files with 87 additions and 4 deletions
src/engine

View file

@ -659,6 +659,10 @@ class Runtime extends EventEmitter {
}
}
getMonitorState () {
return this._monitorState;
}
/**
* Generate an extension-specific menu ID.
* @param {string} menuName - the name of the menu.