Skip to content

Interface: IValueWillChange<T>

Defined in: mobx:

See

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

Type Parameters

Type Parameter
T

Properties

newValue

ts
newValue: T;

Defined in: mobx:


object

ts
object: IObservableValue<T>;

Defined in: mobx:


type

ts
type: "update";

Defined in: mobx: