Title here
Summary here
ImageModel
Kind: global abstract class
Extends: ImageModel
Model:
Properties
Name | Type | Description |
---|---|---|
isThirdPartyApplication | boolean | the thirdPartApplication flag |
name | string | the name of the application |
logo | string | the logo of the application |
background | string | an image to show while the application is loading |
description | string | the application description |
url | string | the url to start the application - only for some kinds of applications |
params | Object | parameters to pass to third app, should match with app properties |
Base class describing a Third Party Application.