Skip to main content

ForceSyncWithServerCommand Class

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