InsertContentFromServerCommand Class
In This Article
A command to insert content created on the server to the client model.
#Declaration
TypeScript
declare class InsertContentFromServerCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertContentFromServer property.
#Inheritance
CommandBase
InsertContentFromServerCommand
See Also