AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AppIntent

    An interface that relates an intent to apps

    interface AppIntent {
        apps: OpenFin.FDC3.v2_0.AppMetadata[];
        intent: OpenFin.FDC3.v2_0.IntentMetadata;
    }
    Index

    Details of applications that can resolve the intent.

    Details of the intent whose relationship to resolving applications is being described.