---
title: undoManager
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsresponder/undomanager
---

# undoManager

The undo manager for this responder.

## Declaration

```swift
var undoManager: UndoManager? { get }
```

## Discussion

Discussion The  NSResponder implementation simply invokes this property on the next responder.
