KeyValueChanges
interface
An object describing the changes in the Map
or {[k:string]: string}
since last time
KeyValueDiffer#diff()
was invoked.
API
interface KeyValueChanges { forEachRemovedItem(fn: (r: KeyValueChangeRecord<K, V>) => void): void;}}
Jump to details