---
title: PresentationBackgroundInteraction
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/presentationbackgroundinteraction
---

# PresentationBackgroundInteraction

The kinds of interaction available to views behind a presentation.

## Declaration

```swift
struct PresentationBackgroundInteraction
```

## Overview

Overview Use values of this type with the presentationBackgroundInteraction(_:) modifier.

## Topics

### Getting interaction types

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

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Styling a sheet and its background

- [presentationCornerRadius(_:)](swiftui/view/presentationcornerradius(_:).md)
- [presentationBackground(_:)](swiftui/view/presentationbackground(_:).md)
- [presentationBackground(alignment:content:)](swiftui/view/presentationbackground(alignment:content:).md)
- [presentationBackgroundInteraction(_:)](swiftui/view/presentationbackgroundinteraction(_:).md)
