---
title: localObject
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextpasteitem/localobject
---

# localObject

The custom local object that the copy or drag source optionally attached to the drag item.

## Declaration

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

## Discussion

Discussion The local object is available only to the app that initiates the copy or drag activity.

## See Also

### Accessing the text paste item’s data

- [itemProvider](uikit/uitextpasteitem/itemprovider.md)
