Theia API Documentation v1.65.0
    Preparing search index...
    interface CellExecutionParticipant {
        onWillExecuteCell(executions: CellExecution[]): Promise<void>;
    }
    Index

    Methods