init(name:)
Returns the pasteboard with the specified name.
Declaration
init(name: NSPasteboard.Name)Parameters
- name:
The name of the pasteboard. The names of standard pasteboards are given in
Pasteboard Names.
Return Value
The pasteboard associated with the given name, or a new NSPasteboard object if the application does not yet have a pasteboard object for the specified name.
Discussion
Other names can be assigned to create private pasteboards for other purposes.