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

    An event describing a cell execution state change.

    interface NotebookCellExecutionStateChangeEvent {
        cell: NotebookCell;
        state: NotebookCellExecutionState;
    }
    Index

    Properties

    Properties

    The cell for which the execution state has changed.

    The new execution state of the cell.