Interface NotebookKernelChangeEvent

interface NotebookKernelChangeEvent {
    description?: true;
    detail?: true;
    hasExecutionOrder?: true;
    hasInterruptHandler?: true;
    label?: true;
    supportedLanguages?: true;
}

Hierarchy (view full)

Properties

description?: true
detail?: true
hasExecutionOrder?: true
hasInterruptHandler?: true
label?: true
supportedLanguages?: true