---
title: redoActionName
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/undomanager/redoactionname
---

# redoActionName

The name identifying the redo action.

## Declaration

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

## Discussion

Discussion The redo action name. Returns an empty string (@"") if no action name has been assigned or if there is nothing to redo. For example, if the menu title is “Redo Delete,” the string returned is “Delete.”

## See Also

### Managing the action name

- [undoActionName](foundation/undomanager/undoactionname.md)
- [setActionName(_:)](foundation/undomanager/setactionname(_:)-cci9.md)
- [setActionName(_:)](foundation/undomanager/setactionname(_:)-8lzip.md)
