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

Type Parameters

  • T

Hierarchy

  • IChangedArgs

Properties

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