---
title: targetContentIdentifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiapplicationshortcutitem/targetcontentidentifier
---

# targetContentIdentifier

The object that determines which scene handles the quick action.

## Declaration

```swift
var targetContentIdentifier: Any? { get }
```

## Discussion

Discussion UIKit applies the value in this property to the activation conditions defined by the UISceneActivationConditions objects of the available scenes. Based on the predicates you specify, UIKit selects the most appropriate scene for handling the action.
