interface CellsSpliced {
    deleteCount: number;
    newCells: number[];
    start: number;
    type: "cellsSpliced";
}

Properties

deleteCount: number
newCells: number[]
start: number
type: "cellsSpliced"