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

# disabled

People can’t interact with the view behind a presentation.

## Declaration

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

## See Also

### Getting interaction types

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