IntentHandlerinterface
Describes an Intent handler implementation.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| applicationDescription⚓︎ | string | x | x | User-friendly description of the app, as specified in the app configuration. |
| applicationIcon⚓︎ | string | x | x | Icon of the app that has registered the Intent handler, as specified in the app configuration. |
| applicationName⚓︎ | string | x | Name of the app that has registered the Intent, as specified in the app configuration. |
|
| applicationTitle⚓︎ | string | x | x | Title of the app that has registered the Intent, as specified in the app configuration. |
| contextTypes⚓︎ | string[] | x | x | The types of predefined data structures with which the Intent handler works. |
| customConfig⚓︎ | { [key: string]: any } | x | x | Object containing custom configuration for the Intent handler provided via the app definition or dynamically. io.Connect Desktop 10.0.4 |
| displayName⚓︎ | string | x | x | Display name of the Intent, as specified in the Intent definition. |
| instanceId⚓︎ | string | x | x | ID of the running app instance. |
| instanceTitle⚓︎ | string | x | x | Title of the app window. |
| resultType⚓︎ | string | x | x | The type of predefined data structure which the Intent handler returns. |
| type⚓︎ | "app" | "instance" | x | The type of the Intent handler - an app declared as an Intent handler via its configuration, or a running instance of an app. Dynamically registered Intent handlers are considered running instances. |