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

    Interface RuntimeItemProps

    Props for RuntimeItem component.

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

    Properties

    Properties

    onTerminate: (runtime: RuntimeJSON) => void
    runtime: RuntimeJSON