A Tracked
TrackedChange Introduced: X18.
| Method | Description |
|---|---|
| get |
Gets a value specifying whether the Tracked |
| get |
Gets the kind of change. |
| get |
Gets the date and time when the change has been made. |
| get |
Gets the highlight color for the tracked change. |
| get |
Gets a value indicating whether the tracked change is highlighted. |
| get |
Gets the number of changed characters. |
| get |
Gets the change's number. |
| get |
Gets the index (one-based) of the first changed character. |
| get |
Gets the changed text. |
| get |
Gets the name of the user who has done the change. |
| save | Saves the tracked change in a certain format and sends the result back asynchronously by calling a given callback function. |
| set |
Sets a value specifying whether the Tracked |
| set |
Sets the highlight color for the tracked change. |
| set |
Sets a value indicating whether the tracked change is highlighted. |
Learn more about the Javascript: Tracked