AboutSupportDeveloper GuideVersion 38.126.82.64

An interface that relates an intent to apps

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

Properties

Properties

Details of applications that can resolve the intent.

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