Access via:
io.appManager.myInstanceInstanceinterface
Describes an app instance.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| application⚓︎ | Application | x | The app object of the instance. |
|
| id⚓︎ | string | x | App instance ID. |
|
| interopInstance⚓︎ | Instance | x | Access to the Interop instance. Use this to invoke Interop methods for the app instance. |
|
| title⚓︎ | string | undefined | x | Title of the app instance. |
7 Methods
getWindow()⚓︎
() => Promise<IOConnectWindow>
Retrieves the window object corresponding to the app instance.
onInteropReady()⚓︎
(callback: (instance: Instance) => any) => UnsubscribeFunction
onStopped()⚓︎
(callback: (instance: Instance) => any) => UnsubscribeFunction
startedBy()⚓︎
() => Promise<StartedByInfo>
Retrieves information about how the current app instance was started, and about the identity of the initiator.
io.Connect Desktop 9.3