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

    Interface UseRuntimeManagementOptions

    interface UseRuntimeManagementOptions {
        configuration: { runUrl?: string; token?: string } | null;
        selectedNotebook: NotebookData | null;
    }
    Index
    configuration: { runUrl?: string; token?: string } | null
    selectedNotebook: NotebookData | null