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