Type Alias OpenAppSessionProps

type OpenAppSessionProps = {
    appId: string;
    autoResume?: boolean;
    hostConfig?: HostConfig;
    identity?: string;
    ttlSeconds?: number;
    useReloadEngine?: boolean;
    withoutData?: boolean;
    workloadType?: WorkloadType;
}
Index

Properties

appId: string

App ID to open

autoResume?: boolean
hostConfig?: HostConfig
identity?: string
ttlSeconds?: number
useReloadEngine?: boolean
withoutData?: boolean
workloadType?: WorkloadType