Interface NotebookKernelSourceAction

interface NotebookKernelSourceAction {
    command?: string | Command;
    description?: string;
    detail?: string;
    documentation?: string | UriComponents;
    label: string;
}

Properties

command?: string | Command
description?: string
detail?: string
documentation?: string | UriComponents
label: string