AboutSupportDeveloper GuideVersion 22.3.25

Request for launching an application.

interface LaunchAppRequest {
    app: App;
    target?: EntityInfo;
}

Properties

Properties

app: App
target?: EntityInfo