soiz1 commited on
Commit
77b3091
·
verified ·
1 Parent(s): 87121ab

Update src/engine/monitor-record.js

Browse files
Files changed (1) hide show
  1. src/engine/monitor-record.js +4 -2
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;