Update src/engine/monitor-record.js
Browse files
src/engine/monitor-record.js
CHANGED
@@ -17,7 +17,9 @@ const MonitorRecord = Record({
|
|
17 |
y: null,
|
18 |
width: 0,
|
19 |
height: 0,
|
20 |
-
visible: true
|
|
|
|
|
21 |
});
|
22 |
|
23 |
-
module.exports = MonitorRecord;
|
|
|
17 |
y: null,
|
18 |
width: 0,
|
19 |
height: 0,
|
20 |
+
visible: true,
|
21 |
+
variableId: null,
|
22 |
+
variableType: null
|
23 |
});
|
24 |
|
25 |
+
module.exports = MonitorRecord;
|