mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
* move doc dependency in doctools * add ignore link * rebuild doc * version index * put it back some deps
1.0 KiB
1.0 KiB
Title, Added, Status
| Title | Added | Status |
|---|---|---|
| APS Analytics List Component | v2.0.0 | Active |
APS Analytics List Component
Shows a list of all available reports
Basic Usage
<adf-analytics-report-list
[layoutType]="'LIST'">
</adf-analytics-report-list>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| appId | number |
appId ID of the target app. | |
| layoutType | string |
layout Type LIST or GRID. | |
| selectFirst | boolean |
false | selectFirst. |
Events
| Name | Type | Description |
|---|---|---|
| error | any |
error. |
| reportClick | EventEmitter<ReportParametersModel> |
report Click. |
| success | any |
success. |