RedoCommand Class
In This Article
A command to reverse actions of the previous undo command.
#Declaration
TypeScript
declare class RedoCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.redo property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RedoCommand
See Also