Skip to content

Interface: IArrayWillChange<T>

Defined in: mobx:

See

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

Type Parameters

Type ParameterDefault type
Tany

Properties

index

ts
index: number;

Defined in: mobx:


newValue

ts
newValue: T;

Defined in: mobx:


object

ts
object: IObservableArray<T>;

Defined in: mobx:


type

ts
type: "update";

Defined in: mobx: