<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDraggingInfo/draggingPasteboard",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSDraggingInfo(py)draggingPasteboard"
  },
  "title" : "draggingPasteboard"
}
-->

# draggingPasteboard

The pasteboard object that holds the dragged data.

```
@MainActor var draggingPasteboard: NSPasteboard { get }
```

## Discussion

The dragging operation that is ultimately performed utilizes this pasteboard data and not the image returned by the [`draggedImage`](/documentation/AppKit/NSDraggingInfo/draggedImage) method.

## See Also

[Drag and Drop](/documentation/AppKit/drag-and-drop)

Support the direct manipulation of your app’s content using drag and drop.



---

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)