Search Widget
High Level search widget component (wraps others) This Component allows to search for existing Cases and list Case Cards.
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-search-widget></tcla-live-apps-search-widget>
Inputs
Attribute | Type | Comments |
---|---|---|
appIds | string[] | The list of LA Application IDs you want to handle |
resultsHeight | string | |
sandboxId | number | sandboxId - this comes from claims resolver |
uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
Attribute | Type | Comments | |
---|---|---|---|
caseSelected | EventEmitter |
||
Event | caseSelected | Case Clicked | |
Payload | string | emits case reference when a case is clicked (so parent can navigate to case) |
full development Documentation