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

# enabled

People can interact with the view behind a presentation.

## Declaration

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

## See Also

### Getting interaction types

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