Shows all deployed cloud application instances.

Basic Usage

<adf-cloud-app-list 
    [layoutType]="'GRID'">
</adf-cloud-app-list>

Transclusions

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>

Activiti 7

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"}]

Class members

Properties

NameTypeDefault valueDescription
layoutTypestringLAYOUT_GRID(required) Defines the layout of the apps. There are two possible values, "GRID" and "LIST".

Events

NameTypeDescription
appClickEventEmitter<ApplicationInstanceModel>Emitted when an app entry is clicked.

© 2023 Alfresco Software, Inc. All Rights Reserved.