---
title: undoMenuItemTitle
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/undomanager/undomenuitemtitle
---

# undoMenuItemTitle

The title of the Undo menu command, such as Undo Paste.

## Declaration

```swift
var undoMenuItemTitle: String { get }
```

## Discussion

Discussion Returns “Undo” if no action name has been assigned or nil if there is nothing to undo.

## See Also

### Getting and localizing the menu item title

- [redoMenuItemTitle](foundation/undomanager/redomenuitemtitle.md)
- [undoMenuTitle(forUndoActionName:)](foundation/undomanager/undomenutitle(forundoactionname:).md)
- [redoMenuTitle(forUndoActionName:)](foundation/undomanager/redomenutitle(forundoactionname:).md)
