redoActionName
The name identifying the redo action.
Declaration
var redoActionName: String { get }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.”