Interface NotebookModelWillAddRemoveEvent

interface NotebookModelWillAddRemoveEvent {
    newCellIds?: number[];
    rawEvent: NotebookCellsModelChangedEvent<CellData>;
}

Properties

newCellIds?: number[]