ForceSyncWithServerCommand.execute(callback) Method
In This Article
Executes the ForceSyncWithServerCommand command with the specified parameter.
#Declaration
TypeScript
execute(
callback: () => void
): boolean
#Parameters
Name | Type | Description |
---|---|---|
callback | () => void | A callback function that is performed when the server model is updated. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.forceSyncWithServer.execute(function() {});
See Also