IntentInfointerface
Provides additional information about an Intent (e.g., when an Intent is retrieved with the getIntents() method).
Properties (7)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| contextTypes⚓︎ | string[] | x | x | The types of predefined data structures with which the app can work. |
| customConfig⚓︎ | { [key: string]: any } | x | x | Object containing custom configuration for the Intent handler. io.Connect Desktop 10.0.4 |
| description⚓︎ | string | x | x | Description for the Intent. |
| displayName⚓︎ | string | x | x | Display name of the Intent. Can be used in context menus or other UI elements to visualize the Intent. |
| icon⚓︎ | string | x | x | Icon for the Intent to be displayed in a UI. |
| intent⚓︎ | string | x | Name of the Intent to register. |
|
| resultType⚓︎ | string | x | x | The type of predefined data structure which the Intent handler returns. |