Contents

didExitVersionBrowserNotification

A notification that the window object exited version browser mode.

Declaration

class let didExitVersionBrowserNotification: NSNotification.Name

Discussion

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

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

See Also

Notifications