Type Alias ResolveForContextPayload

ResolveForContextPayload: {
    appIdentifier?: UnqualifiedAppIdentifier;
    appIntents?: AppIntent[];
    context: Context;
}

Type declaration

  • OptionalappIdentifier?: UnqualifiedAppIdentifier
  • OptionalappIntents?: AppIntent[]

    Optional list of app intents for this context that each contain a list of apps and app instances. If this is not passed the resolver should lookup the list of apps and app instances using desktopAgent.findIntentsByContext()

  • context: Context