Settings for what options are enabled on a given model. Most of these options are set at the account level but may be overridden for specific models.
- type ModelOptions {
- # How much of the address information should be available
- # if the model is public.
- AddressVisibility! :
- # The background color for presentation.
- ModelBackgroundColor! :
- # Whether or not visitors to this model can see the dollhouse mode in the showcase
- # player.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors to this model can see labels in dollhouse mode of the
- # showcase player.
- Boolean! :
- SettingOverride! :
- # Whether or not visitor to this model can see the highlight reel.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors to this model can see floorplan mode in the showcase
- # player.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors to this model can see labels in the showcase player.
- Boolean! :
- SettingOverride! :
- # The mode of interaction visitors will have with measurements.
- MeasurementsMode! :
- # Whether or not visitors to this model can see the room boundaries in the
- # Showcase player.
- Boolean! :
- SettingOverride! :
- # Whether or not social sharing is enabled for this model.
- # This may be explicit via socialSharingOverride or inherited from the
- # organization.
- Boolean! :
- SettingOverride! :
- # Whether or not the tour will auto play for visitors.
- Boolean! :
- SettingOverride! :
- # Whether or not visitors to this model can playback the tour in the showcase
- # player.
- Boolean! :
- SettingOverride! :
- # The units visitors will see measurements in.
- Units! :
- # Whether or not vr is enabled for this model.
- # This may be explicit via vrOverride or inherited from the organization.
- Boolean! :
- SettingOverride! :
- # Whether or not this model supports VR views.
- # If this is `false` then `vrEnabled` will also be false regardless of the
- # `vrOverride` setting.
- #
- # @deprecated v2024.06.20
- Boolean! :
- }