MeasurementsMode

open_in_new

The possible modes in which visitors may interact with measurements.

GraphQL Schema definition

  • enum MeasurementsMode {
  • # Measurements are disabled entirely. Visitors cannot view measurements nor
  • # create their own.
  • disabled
  • # Visitors can measure the space in the public viewer.
  • measure
  • # Visitors can measure the space or view the owner's measurements in the public
  • # viewer.
  • measureAndView
  • }