Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface INotebook2ToolbarProps

    interface INotebook2ToolbarProps {
        notebookId?: string;
        onRuntimeSelected?: (runtime: null | RuntimeJSON) => void;
        runtimePodName?: string;
        showNotebookControls?: boolean;
    }
    Index

    Properties

    notebookId?: string
    onRuntimeSelected?: (runtime: null | RuntimeJSON) => void
    runtimePodName?: string
    showNotebookControls?: boolean