Sign up (with export icon)

CollectionChangeEventData

Api-typedef icon typedef

A structure describing the Collection#change event.

Type parameters

Properties

  • Chevron-right icon

    added : Iterable<T>

    A list of added items.

  • Chevron-right icon

    index : number

    An index where the addition or removal occurred.

  • Chevron-right icon

    removed : Iterable<T>

    A list of removed items.