Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.TrackedChangeData interface
- Package:
- word
An interface describing the data returned by calling trackedChange.toJSON().
Properties
| author | Gets the author of the tracked change. |
| date | Gets the date of the tracked change. |
| text | Gets the text of the tracked change. |
| type | Gets the type of the tracked change. |
Property Details
author
Gets the author of the tracked change.
author?: string;
Property Value
string
Remarks
date
text
Gets the text of the tracked change.
text?: string;
Property Value
string
Remarks
type
Gets the type of the tracked change.
type?: Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted";
Property Value
Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted"
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
