Application create button
 
 
Special rendering of LiveAppsApplicationsComponent

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-application-create-button></tcla-live-apps-application-create-button>
Inputs
| Attribute | Type | Comments | 
|---|---|---|
| createLabel | string | |
| 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