KeyValueDiffer
interface
stable
A differ that tracks changes made to an object over time.
diff
KeyValueChanges<K, V> | nullCompute a difference between the previous state and the new object state.
@paramobject
Map<K, V>containing the new value.
@returns
KeyValueChanges<K, V> | nulldiff
KeyValueChanges<string, V> | nullCompute a difference between the previous state and the new object state.
@paramobject
{ [key: string]: V; }containing the new value.
@returns
KeyValueChanges<string, V> | nullJump to details