alfresco-ng2-components/docs/analytics-report-list.component.md
Andy Stark 900fd70d63 [ADF-1769] Added prop tables and fixed script (#2896)
* [ADF-1769] Added prop tables and fixed script

* [ADF-1769] Corrected JSDoc formatting errors

* [ADF-1769] Restored default column to prop tables
2018-01-31 09:22:05 +00:00

632 B

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<{}>