Theia API Documentation v1.67.0
    Preparing search index...

    Model containing the editor state/view information of a notebook editor. The actual notebook data can be found in the NotebookModel.

    Implements

    Index

    Constructors

    Properties

    cellViewModels: Map<number, CellViewModel> = ...

    Cell handle to CellViewModel mapping

    onDidChangeSelectedCell: Event<SelectedCellChangeEvent> = ...
    onDidChangeSelectedCellEmitter: Emitter<SelectedCellChangeEvent> = ...
    selectedCell?: NotebookCellModel

    Accessors

    Methods