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

    Interface UseRuntimeManagementOptions

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

    Properties

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