CutCommand Class
In This Article
A command to cut the selected text and place it to the clipboard.
#Declaration
TypeScript
declare class CutCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.cut property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CutCommand
See Also