OpenFin Workspace Platform API
    Preparing search index...

    Interface LaunchAppRequest

    Request for launching an application.

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