Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.01 KB

analytics-report-list.component.md

File metadata and controls

33 lines (24 loc) · 1.01 KB

Analytics Report List Component

Shows a list of all available reports

Basic Usage

<adf-analytics-report-list
    [layoutType]="'LIST'">
</adf-analytics-report-list>

API

import { AnalyticsReportListComponent } from '@alfresco/adf-insights';

Properties

Name Type Default value Description
appId number appId ID of the target app.
layoutType string LAYOUT_LIST layout Type LIST or GRID.
selectFirst boolean false selectFirst.

Events

Name Type Description
error EventEmitter<any> error.
reportClick EventEmitter<ReportParametersModel> report Click.
success EventEmitter<any> success.