mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-1769] Added prop tables and fixed script * [ADF-1769] Corrected JSDoc formatting errors * [ADF-1769] Restored default column to prop tables
28 lines
632 B
Markdown
28 lines
632 B
Markdown
# Activiti Analytics List Component
|
|
|
|
Shows a list of all available reports
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<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<{}>` | |
|