---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/presentationbackgroundinteraction/automatic
---

# automatic

The default background interaction for the presentation.

## Declaration

```swift
static var automatic: PresentationBackgroundInteraction { get }
```

## See Also

### Getting interaction types

- [disabled](swiftui/presentationbackgroundinteraction/disabled.md)
- [enabled](swiftui/presentationbackgroundinteraction/enabled.md)
- [enabled(upThrough:)](swiftui/presentationbackgroundinteraction/enabled(upthrough:).md)
