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

    Interface UseRuntimeManagementOptions

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

    Properties

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