Typedef

CollectionChangeEventData (utils)

@ckeditor/ckeditor5-utils/src/collection

typedefobject

A structure describing the Collection#change event.

Filtering

Type parameters

Properties

  • added : Iterable<T>

  • index : number

  • removed : Iterable<T>