Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookModelWillAddRemoveEvent {
        newCellIds?: number[];
        rawEvent: NotebookCellsModelChangedEvent<CellData>;
    }
    Index

    Properties

    newCellIds?: number[]