KeyValueChanges
interface
An object describing the changes in the Map
or {[k:string]: string}
since last time
KeyValueDiffer#diff()
was invoked.
API
interface KeyValueChanges<K, V> {}
forEachItem
void
Iterate over all changes. KeyValueChangeRecord
will contain information about changes
to each item.
@returns
void
forEachPreviousItem
void
Iterate over changes in the order of original Map showing where the original items have moved.
@returns
void
forEachChangedItem
void
Iterate over all keys for which values have changed.
@returns
void
forEachAddedItem
void
forEachRemovedItem
void
Jump to details