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#attributesAttributes of the node at the time when the snapshot was made.
name : stringmodule:engine/model/differ~DifferSnapshot#nameName 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#nodeNode for which was snapshot was made.