BackspaceCommand Class
In This Article
A command to move the cursor backwards and erase the character in that space.
#Declaration
TypeScript
declare class BackspaceCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.backspace property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
BackspaceCommand
See Also