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