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

    Interface RuntimeSelectorProps

    interface RuntimeSelectorProps {
        disabled?: boolean;
        onRuntimeSelected: (runtime: null | RuntimeJSON) => void;
        selectedRuntimePodName?: string;
    }
    Index

    Properties

    disabled?: boolean

    Disable the selector

    onRuntimeSelected: (runtime: null | RuntimeJSON) => void

    Callback when runtime is selected (null = create new)

    selectedRuntimePodName?: string

    Currently selected runtime pod name