Interface IProps

    Props

    interface IProps {
        cloudServer?: HPCClientPlugin;
        disabled?: boolean;
        onOk: ((plugin: HPCClientPlugin) => Promise<void>);
        parallel?: boolean;
    }

    Properties

    cloudServer?: HPCClientPlugin
    disabled?: boolean
    onOk: ((plugin: HPCClientPlugin) => Promise<void>)
    parallel?: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin