Theia API Documentation v1.65.0
    Preparing search index...
    interface CellsSpliced {
        deleteCount: number;
        newCells: number[];
        startCellHandle: number;
        type: "cellsSpliced";
    }
    Index

    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"