Skip to content

Interface: IMapWillChange<K, V>

Defined in: mobx:

See

https://mobx.js.org/README.html

Type Parameters

Type ParameterDefault type
Kany
Vany

Properties

name

ts
name: K;

Defined in: mobx:


newValue?

ts
optional newValue?: V;

Defined in: mobx:


object

ts
object: ObservableMap<K, V>;

Defined in: mobx:


type

ts
type: "add" | "update" | "delete";

Defined in: mobx: