mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
669 B
669 B
Added, Status
| Added | Status |
|---|---|
| v2.0.0 | Active |
Activiti Analytics List Component
Shows a list of all available reports
Basic Usage
<analytics-report-list
[layoutType]="'LIST'">
</analytics-report-list>
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| layoutType | string |
AnalyticsReportListComponent.LAYOUT_LIST |
|
| appId | number |
||
| selectFirst | boolean |
false |
Events
| Name | Type | Description |
|---|---|---|
| reportClick | EventEmitter<ReportParametersModel> |
|
| success | EventEmitter<{}> |
|
| error | EventEmitter<{}> |