Interface NotebookCellOutputsSplice

interface NotebookCellOutputsSplice {
    deleteCount: number;
    newOutputs: CellOutput[];
    start: number;
}

Properties

deleteCount: number
newOutputs: CellOutput[]
start: number