diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-25 23:03:05 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:44 +0200 |
| commit | 8302923a08728d36746af3560ebc35685c2b9da5 (patch) | |
| tree | 028b0e0db8f7e8e60d9127a522ceea49ec395952 /src/shapes/index.js | |
| parent | 8f5e6d1e73f16e3cdd523f961d06e4b4eb5a8cef (diff) | |
Enable going from building to room and back
Diffstat (limited to 'src/shapes/index.js')
| -rw-r--r-- | src/shapes/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shapes/index.js b/src/shapes/index.js index 7f65982b..07fa512d 100644 --- a/src/shapes/index.js +++ b/src/shapes/index.js @@ -143,4 +143,10 @@ Shapes.WallSegment = PropTypes.shape({ length: PropTypes.number.isRequired, }); +Shapes.InteractionLevel = PropTypes.shape({ + mode: PropTypes.string.isRequired, + roomId: PropTypes.number, + rackId: PropTypes.bool +}); + export default Shapes; |
