Skip to main content

Describes the basic properties of an app.

Properties (13)

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.

description⚓︎ string x x

Description of the 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.

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.