Word.Interfaces.TrackedChangeData interface
An interface describing the data returned by calling trackedChange.toJSON()
.
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. |
Gets the author of the tracked change.
TypeScript
author?: string;
Property Value
string
Remarks
Gets the date of the tracked change.
TypeScript
date?: Date;
Property Value
Date
Remarks
Gets the text of the tracked change.
TypeScript
text?: string;
Property Value
string
Remarks
Gets the type of the tracked change.
TypeScript
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
Office Add-ins is an open source project. Select a link to provide feedback: