[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

AppLaunchItem

Properties

string
appName Optional

application name


array of IconDetail
icons Optional

Icon details


registeredExtensions Optional

string
type Optional

application type

JSON Example

{
	"appName": "string",
	"icons": [
		{
			"appId": "appId",
			"height": 280,
			"iconHash": "fdhfds-jhfkfhs",
			"path": "https://<hdc>//test.png",
			"width": 200
		}
	],
	"registeredExtensions": {
		"extensions": [
			{
				"friendlyName": "string",
				"value": "string"
			}
		],
		"otherFileType": [
			{
				"friendlyName": "string",
				"type": "string",
				"value": "string"
			}
		]
	},
	"type": "string"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

LaunchItemsDTO

Feedback

Was this page helpful?