Type alias RvmLaunchOptions

RvmLaunchOptions: {
    noUi?: boolean;
    subscribe?: ((launch: LaunchEmitter) => void);
    timeToLive?: number;
    userAppConfigArgs?: object;
}

Type declaration

  • Optional noUi?: boolean

    True if no UI when launching

  • Optional subscribe?: ((launch: LaunchEmitter) => void)
  • Optional timeToLive?: number

    Timeout in seconds until RVM launch request expires.

  • Optional userAppConfigArgs?: object

Generated using TypeDoc