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