Active cases report
Home page active cases widget sub component
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-active-cases-report></tcla-live-apps-active-cases-report>
Inputs
Attribute | Type | Comments |
---|---|---|
appIds | string[] | The list of LA Application IDs you want to handle |
maxLegendItems | number | |
sandboxId | number | sandboxId - this comes from claims resolver |
showHeader | boolean | Whether to show the header bar in the widget - eg. favorites on home page (contains icon etc) - if off icons still appear without bar |
showPercentages | boolean | |
uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
Attribute | Type | Comments | |
---|---|---|---|
selectedCaseType | EventEmitter |
||
Event | selectedCaseType | Case Type selected in vizualization | |
Payload | CaseTypeReportRecord | CaseTypeReportRecord object selected from component |
full development Documentation