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

    Interface RuntimeItemProps

    Props for RuntimeItem component.

    interface RuntimeItemProps {
        onTerminate: (runtime: RuntimeJSON) => void;
        runtime: RuntimeJSON;
    }
    Index
    onTerminate: (runtime: RuntimeJSON) => void
    runtime: RuntimeJSON