@mapgear/geoapps > AppListData
AppListData class
Contains the response of the App list
Signature:export declare class AppListData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
appId | string | The id of this specific app | |
appType | AppListAppType | The type of app this app belongs to | |
description | string | Description about the app | |
isDefault | boolean | Wether the app is default | |
name | string | The name of this app | |
project | AppListProject | The project this app belongs to | |
public | boolean | Wether the app is public | |
url | string | The url to the app |