APIinterface
Instance of the initialized io.Connect library.
Properties (25)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appManager⚓︎ | API | x | App Management API. |
|
| apps⚓︎ | API | x | Apps API. |
|
| bus⚓︎ | API | x | Pub/Sub library. |
|
| channels⚓︎ | API | x | Channels API. |
|
| contexts⚓︎ | API | x | Contexts library. |
|
| cookies⚓︎ | API | x | Cookies API. |
|
| displays⚓︎ | API | x | Displays API. |
|
| hotkeys⚓︎ | API | x | Hotkeys API. |
|
| info⚓︎ | object | x | Info object containing versions of all included libraries and io.Connect itself. |
|
| insights⚓︎ | API | x | x | io.Insights library |
| intents⚓︎ | API | x | Intents API. |
|
| interception⚓︎ | API | x | Interception API. io.Connect Desktop 9.6 |
|
| interop⚓︎ | API | x | Interop library. |
|
| layouts⚓︎ | API | x | Layouts API. |
|
| logger⚓︎ | API | x | x | |
| metrics⚓︎ | API | x | Metrics library. |
|
| modals⚓︎ | API | x | x | Modals API. |
| notifications⚓︎ | API | x | Notifications API. |
|
| platform⚓︎ | API | x | Platform API. |
|
| prefs⚓︎ | API | x | App Preferences API. |
|
| search⚓︎ | API | x | x | Search API. |
| themes⚓︎ | API | x | x | Themes API. |
| version⚓︎ | string | x | io.Connect version. |
|
| windows⚓︎ | API | x | Window Management API. |
|
| workspaces⚓︎ | API | x | x | Workspaces API. |
2 Methods
done()⚓︎
() => Promise<void>
Disposes the io.Connect API. This will remove all Interop methods and streams registered by the application.
feedback()⚓︎
(info?: FeedbackInfo) => void
Brings up the IOConnect Desktop feedback dialog.
Parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
| info⚓︎ | FeedbackInfo | x | x |