KeyValueChangeslink
An object describing the changes in the Map
or {[k:string]: string}
since last time KeyValueDiffer#diff()
was invoked.
方法
Iterate over all changes. | ||
参数
返回值
|
Iterate over changes in the order of original Map showing where the original items have moved. | ||
参数
返回值
|
Iterate over all keys for which values have changed. | ||
参数
返回值
|
Iterate over all added items. | ||
参数
返回值
|
Iterate over all removed items. | ||
参数
返回值
|