Contents

NSUndoManagerGroupIsDiscardableKey

A key, used in a notification’s user info, that indicates the undo group contains only discardable actions.

Declaration

let NSUndoManagerGroupIsDiscardableKey: String

Discussion

The key has a corresponding value of true, wrapped as a Boolean NSNumber object, if the undo group as a whole is discardable.

See Also

Working with notifications