Interface IMapChange<T>

The changed args object which is emitted by an observable map.

Type Parameters

  • T = any

Hierarchy

  • IMapChange

Properties

key: string

The key of the change.

newValue?: T

The new value of the change.

oldValue?: T

The old value of the change.

The type of change undergone by the map.

Generated using TypeDoc