Definitioninterface
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| caption⚓︎ | string | x | x | Application caption. |
| customProperties⚓︎ | PropertiesObject | x | x | Generic object for passing properties, settings, etc., in the for of key/value pairs. Accessed using the app.userProperties property. |
| details⚓︎ | DefinitionDetails | x | Detailed configuration. |
|
| fdc3⚓︎ | FDC3DefinitionV2 | x | x | The FDC3 2.0 version of the definition. If set, this means the current definition was imported as FDC3 2.0 and parsed to IOConnectBrowser one. |
| icon⚓︎ | string | x | x | Application icon. |
| intents⚓︎ | Intent[] | x | x | The list of intents implemented by the Application |
| name⚓︎ | string | x | Application name. Should be unique. |
|
| title⚓︎ | string | x | x | The title of the app. Sets the window's title. |
| type⚓︎ | string | x | Type of the application - the only supported type in io.Connect Browser is "window". More complex types are available in io.Connect Desktop. |
|
| version⚓︎ | string | x | x | Application version. |