Interface

DifferItemReinsert (engine/model)

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

interface

A single diff item for re-inserted nodes.

Filtering

Properties

  • length : number

    The length of a re-inserted text node. For elements, it is always 1 as each re-inserted element is counted as a one.

  • name : string

    The name of the re-inserted elements or '$text' for a text node.

  • position : ModelPosition

    The position where the node was reinserted.

  • type : 'reinsert'

    The type of diff item.