Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.12 KB

analytics-report-list.component.md

File metadata and controls

35 lines (26 loc) · 1.12 KB
Title Added Status
APS Analytics List Component
v2.0.0
Active

Shows a list of all available reports

Basic Usage

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