DeleteCommand Class
In This Article
A command to delete the text in a selected range.
#Declaration
TypeScript
declare class DeleteCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.delete property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
DeleteCommand
See Also