PasteCommand Class
In This Article
A command to paste the text from the clipboard over the selection.
#Declaration
TypeScript
declare class PasteCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.paste property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
PasteCommand
See Also