RemovePrevWordCommand Class
In This Article
A command to remove the previous word.
#Declaration
TypeScript
declare class RemovePrevWordCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.removePrevWord property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RemovePrevWordCommand
See Also