Typedef

CollectionChangeEventData (utils)

@ckeditor/ckeditor5-utils/src/collection

typedefobject

A structure describing the Collection#change event.

Filtering

Type parameters

Properties

  • added : Iterable<T>

    A list of added items.

  • index : number

    An index where the addition or removal occurred.

  • removed : Iterable<T>

    A list of removed items.