Skip to main content

Describes an app.

Properties (17)

Property Type Default Required Description
allowMultiple⚓︎ boolean x x

Flag indicating whether multiple instances of the app are allowed.

autoStart⚓︎ boolean x x

Flag indicating whether the app will be auto started on platform startup.

customProperties⚓︎ Record<string, any> x x

Provides access to the custom properties specified in the app definition if such exist.

definition⚓︎ Definition x x

Provides access to the entire app definition.

description⚓︎ string x x

Description of the app.

fdc3⚓︎ Record<string, any> x x

Provides access to the FDC3 app definition if this is an FDC3 app.

icon⚓︎ string x x

Icon URL or the icon of the app in Base64 format.

iconURL⚓︎ string x x

URL of the app icon.

instances⚓︎ ApplicationInstance[] x x

Array of objects describing all currently available app instances.

isHidden⚓︎ boolean x x

Flag indicating whether the app is hidden in the io.Connect Launchpad.

isInMemory⚓︎ boolean x x

Flag indicating whether the app is part of the in-memory store.

isShell⚓︎ boolean x x

Flag indicating whether the app is a shell app for the platform.

keywords⚓︎ string[] x x

Keywords for the app.

name⚓︎ string x

Name of the app.

title⚓︎ string x x

Title of the app.

type⚓︎ AppType x

Type of the app.

version⚓︎ string x x

Version of the app.