ForceSyncWithServerCommand Class
In This Article
A command to force synchronizing the server document model with the client model and execute a callback function if it is necessary.
#Declaration
TypeScript
declare class ForceSyncWithServerCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.forceSyncWithServer property.
#Inheritance
CommandBase
ForceSyncWithServerCommand
See Also