DifferSnapshot
 interface
A snapshot is representing state of a given element before the first change was applied on that element.
Properties
- attributes : Map<string, unknown>- module:engine/model/differ~DifferSnapshot#attributes- Attributes of the node at the time when the snapshot was made. 
- name : string- module:engine/model/differ~DifferSnapshot#name- Name of the element at the time when the snapshot was made. For text node snapshots, it is set to - '$text'.
- module:engine/model/differ~DifferSnapshot#node- Node for which was snapshot was made.