KeyValueChangeRecord
interface
Record representing the item change information.
interface KeyValueChangeRecord<K, V> { key: K currentValue: V | null previousValue: V | null }
Properties
Property | Description |
---|---|
key: K |
Read-only. Current key in the Map. |
currentValue: V | null |
Read-only. Current value for the key or |
previousValue: V | null |
Read-only. Previous value for the key or |
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/core/KeyValueChangeRecord