---
title: identifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwritingtoolscoordinator/context/identifier
---

# identifier

The unique identifier of the context object.

## Declaration

```swift
var identifier: UUID { get }
```

## Discussion

Discussion The UIWritingToolsCoordinator.Context object initializes the value of this property at creation time. Use this value to identify the context object within your app.
