<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPasteboard/general",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPasteboard(cpy)generalPasteboard"
  },
  "title" : "general"
}
-->

# general

The shared pasteboard object to use for general content.

```
class var general: NSPasteboard { get }
```

## Return Value

The general pasteboard.

## Discussion

Invokes [`init(name:)`](/documentation/AppKit/NSPasteboard/init(name:)) to obtain the pasteboard.

## See Also

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

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

[`NSPasteboard`](/documentation/AppKit/NSPasteboard)

An object that transfers data to and from the pasteboard server.

[Services Functions](/documentation/AppKit/services-functions)

Configure the contents of your app’s Services menu.



---

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)