Rework the status
[clamp.git] / ui-react / src / api / LoopCache.js
index b854c7c..3ee5acc 100644 (file)
@@ -106,6 +106,10 @@ export default class LoopCache {
                return this.loopJsonCache.loopLogs;
        }
 
+       getComputedState() {
+               return this.loopJsonCache.lastComputedState;
+       }
+
        getComponentStates() {
                return this.loopJsonCache.components;
        }