KeyValueChangeRecord
interface
Record representing the item change information.
API
interface KeyValueChangeRecord<K, V> {}
key
K
Current key in the Map.
currentValue
V | null
Current value for the key or null
if removed.
previousValue
V | null
Previous value for the key or null
if added.
Jump to details