Type Property
fileAnimationImageKey
The corresponding value must be an NSImage
, typically an icon to represent the file. This entry is optional, but if present along with a value for fileAnimationImageOriginalRectKey
, and the Dock has an item for the folder containing the relevant file (such as the Downloads folder), the Dock will use them to show an animation of the file flying into the Dock, before invoking acknowledgeWithSuccess:.
See Also
File Operation Keys
static let fileAnimationImageOriginalRectKey: ProgressUserInfoKey
The corresponding value must be an NSValue
containing an NSRect
, in screen coordinates, to indicate the starting location of the image on screen. This entry is optional, but if present along with a value for fileAnimationImageKey
, and the Dock has an item for the folder containing the relevant file (such as the Downloads folder), the Dock will use them to show an animation of the file flying into the Dock, before invoking acknowledgeWithSuccess:.
static let fileIconKey: ProgressUserInfoKey
The corresponding value must be an NSImage
, typically an icon to represent the file. This entry is optional, but if it is present, the Finder will use it to show the icon of a file tracked by a progress object.