HistoryEntry interface
Properties
change |
The Change list (changeset/commit/shelveset) for this point in history |
item |
The change made to the item from this change list (only relevant for File history, not folders) |
server |
The path of the item at this point in history (only relevant for File history, not folders) |
Property Details
changeList
The Change list (changeset/commit/shelveset) for this point in history
changeList: ChangeList<T>
Property Value
ChangeList<T>
itemChangeType
The change made to the item from this change list (only relevant for File history, not folders)
itemChangeType: VersionControlChangeType
Property Value
serverItem
The path of the item at this point in history (only relevant for File history, not folders)
serverItem: string
Property Value
string