Changes
public struct Changes
Encapsulates information associated with a pasteboard monitor
changed event.
-
The representation types of items that have been added to the pasteboard.
Declaration
Swift
public let typesAdded: [String] -
The representation types of items that have been removed from the pasteboard.
Declaration
Swift
public let typesRemoved: [String]
View on GitHub
Install in Dash
Changes Structure Reference