ENUM
MeasurementsMode
The possible modes in which visitors may interact with measurements.
link GraphQL Schema definition
- enum MeasurementsMode {
 - #   Measurements are disabled entirely.  Visitors cannot view measurements nor 
 - #   create their own.
 - #   Visitors can measure the space in the public viewer.
 - #   Visitors can measure the space or view the owner's measurements in the public 
 - #   viewer.
 - }