---
title: USDPreviewSession.SpatialViewerOptions
framework: spatialpreview
role: symbol
role_heading: Structure
path: spatialpreview/usdpreviewsession/spatialvieweroptions
---

# USDPreviewSession.SpatialViewerOptions

Configuration options that control interaction capabilities for a USD document session.

## Declaration

```swift
struct SpatialViewerOptions
```

## Overview

Overview Use these options to specify what features are available to users during a remote preview session. Options can be combined using standard OptionSet syntax to create custom configurations.

## Topics

### Instance Properties

- [description](spatialpreview/usdpreviewsession/spatialvieweroptions/description.md)

### Type Properties

- [annotations](spatialpreview/usdpreviewsession/spatialvieweroptions/annotations.md)
- [default](spatialpreview/usdpreviewsession/spatialvieweroptions/default.md)
- [export](spatialpreview/usdpreviewsession/spatialvieweroptions/export.md)
- [perObjectManipulation](spatialpreview/usdpreviewsession/spatialvieweroptions/perobjectmanipulation.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
