Contents

didEnterVersionBrowserNotification

A notification that the window object entered version browser mode.

Declaration

class let didEnterVersionBrowserNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that entered version browser mode. This notification doesn’t contain a userInfo dictionary.

To observe this notification using Swift concurrency, use NSWindow.DidEnterVersionBrowserMessage.

See Also

Notifications