BackspaceCommand Class
A command to move the cursor backwards and erase the character in that space.
Declaration
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