alfresco-ng2-components/docs/insights/components/analytics-report-list.component.md
Eugenio Romano 1847768b56
[AAE-1848] fix kebab case files and add tlsint rule (#5481)
* fix kebab case files and add tlsint rule

* headless

* m 2 in e2e

* download file in headless chrome

* fix budget

* fix import

* fix import
2020-02-20 21:08:42 +00:00

1.1 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

<analytics-report-list
    [layoutType]="'LIST'">
</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 EventEmitter<> error.
reportClick EventEmitter<ReportParametersModel> report Click.
success EventEmitter<> success.