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

    Interface NotebookViewProps

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

    Properties

    onClose?: () => void
    onRuntimeTerminated?: () => void
    selectedNotebook?: null | NotebookData