Sets a value indicating whether the tracked change is highlighted.
<void> TrackedChange.setHighlightMode(<HighlightMode> highlightMode, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
highlight |
Indicates whether the tracked change is highlighted. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |