DifferItemAttribute
interface
A single diff item for attribute change.
Properties
-
attributeKey : string
module:engine/model/differ~DifferItemAttribute#attributeKey
The name of the changed attribute.
-
attributeNewValue : unknown
module:engine/model/differ~DifferItemAttribute#attributeNewValue
An attribute new value (after change).
-
attributeOldValue : unknown
module:engine/model/differ~DifferItemAttribute#attributeOldValue
An attribute previous value (before change).
-
module:engine/model/differ~DifferItemAttribute#range
The range where the change happened.
-
type : 'attribute'
module:engine/model/differ~DifferItemAttribute#type
The type of diff item.