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

    Interface NotebookViewProps

    interface NotebookViewProps {
        onClose?: () => void;
        onRuntimeTerminated?: () => void;
        selectedNotebook?: NotebookData | null;
    }
    Index
    onClose?: () => void
    onRuntimeTerminated?: () => void
    selectedNotebook?: NotebookData | null