Applications
Lists live apps applications in drop down list allowing selection of app

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-applications></tcla-live-apps-applications>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appIds | string[] | The list of LA Application IDs you want to handle |
| formFieldRendering | boolean | |
| label | string | |
| sandboxId | number | sandboxId - this comes from claims resolver |
| selectedApp | ||
| selectedAppId | string | Pre-select specified appId |
| selectFirstApp | boolean | Whether to auto select the first app in dropdown selector (eg search) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| selection | EventEmitter |
||
| Event | selection | Value selected in child component | |
| Payload | CaseType | type varies. but is when something is selected in a drop down it is passed back to the caller |
full development Documentation