pasteboardItems
An array that contains all the items held by the pasteboard.
Declaration
var pasteboardItems: [NSPasteboardItem]? { get }Discussion
If an error occurs when retrieving the pasteboard items, the value of this property is nil.
An array that contains all the items held by the pasteboard.
var pasteboardItems: [NSPasteboardItem]? { get }If an error occurs when retrieving the pasteboard items, the value of this property is nil.