Contents

items

The pasteboard items on the pasteboard.

Declaration

var items: [[String : Any]] { get set }

Discussion

The value of the property is an array of dictionaries. Each dictionary represents a pasteboard item, with the key being the representation type and the value the object associated with that type. Setting this property replaces all of the current pasteboard items.

See Also

Getting and setting pasteboard items