ModelOptionsPatch

open_in_new

A patch operation on the model options. Updates the specified fields, leaving the others unchanged.

GraphQL Schema definition

  • input ModelOptionsPatch {
  • # Update the presentation background color or reset it to defaults.
  • backgroundColor: BackgroundColorSettingOverride
  • # Update whether or not labels are visible in the dollhouse view.
  • dollhouseLabelsOverride: SettingOverride
  • # Update whether or not the dollhouse is visible in the public viewer.
  • dollhouseOverride: SettingOverride
  • # Update whether or not the floorplan is visible in the public viewer.
  • floorplanOverride: SettingOverride
  • # Update whether or not the highlight reels is visible in the public viewer.
  • highlightReelOverride: SettingOverride
  • # Update whether or not labels are visible in the public viewer.
  • labelsOverride: SettingOverride
  • # Update the mode in which visitors to the public viewer may interact with
  • # measurements.
  • measurements: MeasurementsModeOverride
  • # Update whether or not to include social sharing options in the
  • # public viewer.
  • socialSharingOverride: SettingOverride
  • # Update whether or not the tour will autoplay in the public viewer.
  • tourAutoplayOverride: SettingOverride
  • # Update whether or not to include tour buttons in the public viewer.
  • tourButtonsOverride: SettingOverride
  • # Update the measurement units type for the public viewer.
  • unitType: UnitSettingOverride
  • # Update whether or not to include VR options in the
  • # public viewer.
  • vrOverride: SettingOverride
  • }