Theia API Documentation v1.65.0
    Preparing search index...
    interface KernelSourceActionProvider {
        onDidChangeSourceActions?: Event<void>;
        viewType: string;
        provideKernelSourceActions(): Promise<NotebookKernelSourceAction[]>;
    }
    Index

    Properties

    onDidChangeSourceActions?: Event<void>
    viewType: string

    Methods