mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [ADF-3801] Added source links for proc services cloud and insights docs * [ADF-3801] Updated title in line with doc file name change
1.3 KiB
1.3 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| App List Cloud Component | v3.0.0 | Active | 2018-18-10 |
App List Cloud Component
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-empty-custom-content> section:
<adf-cloud-app-list
[layoutType]="'GRID'">
<adf-empty-custom-content>
No Apps present
</adf-empty-custom-content>
</adf-cloud-app-list>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| layoutType | string |
(required) Defines the layout of the apps. There are two possible values, "GRID" and "LIST". |
Events
| Name | Type | Description |
|---|---|---|
| appClick | EventEmitter<ApplicationInstanceModel> |
Emitted when an app entry is clicked. |