Declaration

var undoManager: GSUndoManager? { get set }

Declaration

@property (nonatomic, strong) GSUndoManager * undoManager;

Declaration

undoManager() -> GSUndoManager
setUndoManager_(undoManager: GSUndoManager)

Discussion

Each glyph normally maintains an independent undo history. Assigning nil disables undo registration for operations that use this manager.

See Also

Undo

  • The glyph’s undo manager when undo registration is enabled, or nil otherwise.