---
title: configuration
framework: groupactivities
role: symbol
role_heading: Instance Property
path: groupactivities/systemcoordinator/configuration-swift.property
---

# configuration

The current configuration of the system coordinator.

## Declaration

```swift
final var configuration: SystemCoordinator.Configuration { get set }
```

## Discussion

Discussion This property stores the SystemCoordinator object’s current support for displaying spatial Personas and placing them and your content in a shared simulation space. Assign a new value to this property to support spatial Personas and shared context in the current activity. The default configuration doesn’t enable support for these features.

## See Also

### Configuring the system coordinator

- [SystemCoordinator.Configuration](groupactivities/systemcoordinator/configuration-swift.struct.md)
