---
title: appIntent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/connectionoptions/appintent
---

# appIntent

The AppIntent that triggered scene creation AppIntentSceneDelegate.scene(_:willPerform:) will always be called after scene connection

## Declaration

```swift
@MainActor @preconcurrency var appIntent: (any UISceneAppIntent)? { get }
```
