Theia API Documentation v1.65.0
    Preparing search index...
    interface SelectedNotebookKernelChangeEvent {
        newKernel: undefined | string;
        notebook: URI;
        oldKernel: undefined | string;
    }
    Index

    Properties

    newKernel: undefined | string
    notebook: URI
    oldKernel: undefined | string