<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPasteboard/OptionsKey/localOnly",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIPasteboardOptionLocalOnly"
  },
  "title" : "localOnly"
}
-->

# localOnly

A Boolean value that specifies that the pasteboard items should not be available to other devices through the Handoff feature.

```
static let localOnly: UIPasteboard.OptionsKey
```

## Description

The value is expressed as an <doc://com.apple.documentation/documentation/Foundation/NSNumber> type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)