Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookKernelSourceActionProvider {
        onDidChangeNotebookKernelSourceActions?: Event<void>;
        provideNotebookKernelSourceActions(
            token: CancellationToken,
        ): ProviderResult<NotebookKernelSourceAction[]>;
    }
    Index

    Properties

    onDidChangeNotebookKernelSourceActions?: Event<void>

    An optional event to signal that the kernel source actions have changed.

    Methods