Declaration

var undoManagerCheck: UndoManager? { get }

Declaration

@property (nonatomic, readonly) NSUndoManager * undoManagerCheck;

Declaration

undoManagerCheck() -> NSUndoManager

Discussion

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.