Shows all deployed cloud application instances.
<adf-cloud-app-list
[layoutType]="'GRID'">
</adf-cloud-app-list>
You can show custom content when there are no apps available by supplying an
<adf-custom-empty-content>
section:
<adf-cloud-app-list
[layoutType]="'GRID'">
<adf-custom-empty-content>
No Apps present
</adf-custom-empty-content>
</adf-cloud-app-list>
If you are generating a project for Activiti 7, you must add the list of apps you want to use in app.config.json .
For example :
"alfresco-deployed-apps" : [{"name": "simple-app"}]
Name | Type | Default value | Description |
---|---|---|---|
layoutType | string | LAYOUT_GRID | (required) Defines the layout of the apps. There are two possible values, "GRID" and "LIST". |
Name | Type | Description |
---|---|---|
appClick | EventEmitter < ApplicationInstanceModel > | Emitted when an app entry is clicked. |
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.