CollectionChangeEventData
typedef
A structure describing the Collection#change
event.
Type parameters
-
T : any
Properties
-
added : Iterable<T>
module:utils/collection~CollectionChangeEventData#added
A list of added items.
-
index : number
module:utils/collection~CollectionChangeEventData#index
An index where the addition or removal occurred.
-
removed : Iterable<T>
module:utils/collection~CollectionChangeEventData#removed
A list of removed items.