Saves the tracked change in a certain format and sends the result back asynchronously by calling a given callback function.

<void> TrackedChange.save(<StreamType> streamType, <SaveDocumentCallback> callback, [<SaveSettings> saveSettings], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
streamType Specifies one of the StreamType values.
callback Receives the tracked change's data in a certain format including additional information.
saveSettings Optional. Specifies additional settings for saving.
errorCallback Optional. Is called when the operation failed with an error.