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

# targetContentIdentifier

The object that determines which scene handles the quick action.

## Declaration

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

## Discussion

Discussion Assign an object to this property when you want a specific scene of your app to handle quick actions. 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.
