---
title: annotation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/openurloptions/annotation
---

# annotation

A property-list object that contains the annotation data provided by a document interaction controller.

## Declaration

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

## Discussion

Discussion This property contains the data that the originating app placed in the annotation property of its UIDocumentInteractionController. The root object is always an NSDictionary object. The contents of that dictionary may be any other property list types, including NSDictionary, NSArray, NSData, NSString, NSNumber, or NSDate objects.

## See Also

### Specifying the URL details

- [sourceApplication](uikit/uiscene/openurloptions/sourceapplication.md)
- [eventAttribution](uikit/uiscene/openurloptions/eventattribution.md)
