INPUT_OBJECT
ModelOptionsPatch
A patch operation on the model options. Updates the specified fields, leaving the others unchanged.
link GraphQL Schema definition
- input ModelOptionsPatch {
 - #   Update whether or not to include social sharing options in the
 - #   public viewer.
 - : SettingOverride
 - #   Update whether or not to include VR options in the
 - #   public viewer.
 - : SettingOverride
 - #   Update the presentation background color or reset it to defaults.
 - : BackgroundColorSettingOverride
 - #   Update whether or not to include tour buttons in the public viewer.
 - : SettingOverride
 - #   Update whether or not the dollhouse is visible in the public viewer.
 - : SettingOverride
 - #   Update whether or not the floorplan is visible in the public viewer.
 - : SettingOverride
 - #   Update whether or not labels are visible in the public viewer.
 - : SettingOverride
 - #   Update whether or not labels are visible in the dollhouse view.
 - : SettingOverride
 - #   Update whether or not the highlight reels is visible in the public viewer.
 - : SettingOverride
 - #   Update whether or not the tour will autoplay in the public viewer.
 - : SettingOverride
 - #   Update the measurement units type for the public viewer.
 - : UnitSettingOverride
 - #   Update the mode in which visitors to the public viewer may interact with 
 - #   measurements.
 - : MeasurementsModeOverride
 - }