Instance Property
undoManagerCheck
The undo manager of the containing glyph when undo registration is enabled.
Declaration
var undoManagerCheck: UndoManager? { get }Declaration
@property (nonatomic, readonly) NSUndoManager * undoManagerCheck;Declaration
undoManagerCheck() -> NSUndoManagerDiscussion
Returns nil when the layer does not belong to the glyph or undo registration is disabled.
See Also
Undo
The undo manager of the containing glyph when the layer belongs to that glyph.