Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Return value from the useRuntimeManager hook.

    interface UseRuntimeManagerResult {
        mutableServiceManager: MutableServiceManager;
        selectedRuntime: RuntimeJSON;
        selectRuntime: (runtime: RuntimeJSON) => void;
        serviceManager: IManager;
    }
    Index

    Properties

    mutableServiceManager: MutableServiceManager

    Direct access to the MutableServiceManager for advanced operations.

    selectedRuntime: RuntimeJSON

    The currently selected Datalayer runtime, or undefined if none.

    selectRuntime: (runtime: RuntimeJSON) => void

    Switches the active runtime, updating the underlying service manager without re-renders.

    serviceManager: IManager

    Stable JupyterLab ServiceManager proxy that survives runtime swaps.