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

    Interface RuntimesListProps

    Props for RuntimesList component.

    interface RuntimesListProps {
        loading: boolean;
        onTerminate: (runtime: RuntimeJSON) => void;
        runtimes: RuntimeJSON[];
    }
    Index

    Properties

    loading: boolean
    onTerminate: (runtime: RuntimeJSON) => void
    runtimes: RuntimeJSON[]