hasRevisions property

Document.hasRevisions property

Returns true if the document has any tracked changes.

get hasRevisions(): boolean

Remarks

This property is a shortcut for comparing RevisionCollection.count to zero.

See Also