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.
- #
- # @internal
- BackgroundColorSettingOverride :
- # Update whether or not to include tour buttons in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not the dollhouse is visible in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not the floorplan is visible in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not labels are visible in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not the highlight reels is visible in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not the tour will autoplay in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update whether or not the tour will use fast transitions in the public viewer.
- #
- # @internal
- SettingOverride :
- # Update the transition type. Note that if both tourFastTransitionsOverride and
- # transitionTypeOverride are present in the patch, transitionTypeOverride will
- # take precedence.
- #
- # @internal
- TransitionTypeOverride :
- # Update the pan angle of the tour.
- #
- # @internal
- IntSettingOverride :
- # Update the pan direction of the tour.
- #
- # @internal
- PanDirectionOverride :
- # Update the pan speed of the tour.
- #
- # @internal
- IntSettingOverride :
- # Update the transition speed of the tour.
- #
- # @internal
- IntSettingOverride :
- # Update the transition time of the tour.
- #
- # @internal
- IntSettingOverride :
- # Update the zoom duration of the tour.
- #
- # @internal
- IntSettingOverride :
- # Update the pan speed of the dollhouse in the public viewer.
- #
- # @internal
- IntSettingOverride :
- # Update the measurement units type for the public viewer.
- #
- # @internal
- UnitSettingOverride :
- # Update the mode in which visitors to the public viewer may interact with
- # measurements.
- #
- # @internal
- MeasurementsModeOverride :
- # Update the camera options and starting position.
- #
- # @internal
- CameraOptionsPatch :
- }