Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellOutputsSplice {
        deleteCount: number;
        newOutputs: CellOutput[];
        start: number;
    }
    Index

    Properties

    deleteCount: number
    newOutputs: CellOutput[]
    start: number