---
title: isPresented
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/siritipuiview/ispresented
---

# isPresented

Determines if the view should be presented to the user.

## Declaration

```swift
@MainActor @objc @preconcurrency dynamic final var isPresented: Bool { get set }
```

## Discussion

Discussion Defaults to true and gets set to false after the dismissal button is tapped. Changing this has no affect if allowsDismissal is set to false. This value is KVO compliant.

## See Also

### Getting the view’s configuration

- [allowsDismissal](appintents/siritipuiview/allowsdismissal.md)
