DiffItemAttribute (engine/model)
@ckeditor/ckeditor5-engine/src/model/differ
class
The single diff item for attribute change.
Filtering
Properties
-
attributeKey : String
The name of the changed attribute.
-
attributeNewValue : String
An attribute new value (after change).
-
attributeOldValue : String
An attribute previous value (before change).
-
The range where the change happened.
-
type : 'attribute'
The type of diff item.