Word.Interfaces.TrackedChangeData interface

An interface describing the data returned by calling trackedChange.toJSON().

Properties

author

Specifies the author of the tracked change.

date

Specifies the date of the tracked change.

text

Specifies the text of the tracked change.

type

Specifies the type of the tracked change.

Property Details

author

Specifies the author of the tracked change.

author?: string;

Property Value

string

Remarks

[ API set: WordApi 1.6 ]

date

Specifies the date of the tracked change.

date?: Date;

Property Value

Date

Remarks

[ API set: WordApi 1.6 ]

text

Specifies the text of the tracked change.

text?: string;

Property Value

string

Remarks

[ API set: WordApi 1.6 ]

type

Specifies the type of the tracked change.

type?: Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted";

Property Value

Word.TrackedChangeType | "None" | "Added" | "Deleted" | "Formatted"

Remarks

[ API set: WordApi 1.6 ]