DifferItemAttribute
interface
A single diff item for attribute change.
Properties
attributeKey : stringmodule:engine/model/differ~DifferItemAttribute#attributeKeyThe name of the changed attribute.
attributeNewValue : unknownmodule:engine/model/differ~DifferItemAttribute#attributeNewValueAn attribute new value (after change).
attributeOldValue : unknownmodule:engine/model/differ~DifferItemAttribute#attributeOldValueAn attribute previous value (before change).
module:engine/model/differ~DifferItemAttribute#rangeThe range where the change happened.
type : 'attribute'module:engine/model/differ~DifferItemAttribute#typeThe type of diff item.