Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Type parameters

  • T

Hierarchy

  • IChangedArgs

Index

Properties

Properties

key

key: string

The key of the change.

newValue

newValue: T

The new value of the change.

oldValue

oldValue: T

The old value of the change.

type

The type of change undergone by the map.

Generated using TypeDoc