Юниверс DG SDK UI
v2.15.0

Интерфейс IArrayWillChange<T>

interface IArrayWillChange<T = any> {
    index: number;
    newValue: T;
    object: IObservableArray<T>;
    type: "update";
}

Параметры типа

  • T = any
Индекс

Свойства

Свойства

index: number
newValue: T
type: "update"