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

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

interface IArrayWillSplice<T = any> {
    added: T[];
    index: number;
    object: IObservableArray<T>;
    removedCount: number;
    type: "splice";
}

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

  • T = any
Индекс

Свойства

added: T[]
index: number
removedCount: number
type: "splice"