Interface

DiffItemAttribute (engine/model)

@ckeditor/ckeditor5-engine/src/model/differ

interface

A single diff item for attribute change.

Filtering

Properties

  • attributeKey : string

    The name of the changed attribute.

  • attributeNewValue : unknown

    An attribute new value (after change).

  • attributeOldValue : unknown

    An attribute previous value (before change).

  • range : Range

    The range where the change happened.

  • type : 'attribute'

    The type of diff item.