NSUndoManagerUserInfoKey

Type Alias NSUndoManagerUserInfoKey 

Source
pub type NSUndoManagerUserInfoKey = NSString;
Available on crate features NSString and NSUndoManager only.
Expand description

A key used to set and get user info for undo and redo actions

See also Apple’s documentation

Aliased Type§

pub struct NSUndoManagerUserInfoKey { /* private fields */ }