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

Properties

deleteCount: number
newCells: number[]
startCellHandle: number

Cell handle for the start cell. -1 in case of new Cells are added at the end.

type: "cellsSpliced"