Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellTextModelSplice<T> {
        deleteCount: number;
        newItems: T[];
        start: number;
        startHandle: number;
    }

    Type Parameters

    • T
    Index

    Properties

    deleteCount: number
    newItems: T[]
    start: number
    startHandle: number

    In case of e.g. deletion, the handle of the first cell that was deleted. -1 in case of new Cells are added at the end.