Home cockpit
High level component to allow home page view of system
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-home-cockpit></tcla-live-apps-home-cockpit>
Inputs
Attribute | Type | Comments |
---|---|---|
access | RouteAccessControlConfigurationElement | RouteAccessControlConfig - basically the config for access control |
appIds | string[] | The list of LA Application IDs you want to handle |
createLabel | string | |
customFormDefs | CustomFormDefs | Custom Form configuration file |
string |
|
|
formConfig | FormConfig | Custom Form Layout Configuration |
formsFramework | string | |
legacyCreators | boolean | |
legacyWorkitems | boolean | |
roles | Roles | Roles - The users current roles |
sandboxId | number | sandboxId - this comes from claims resolver |
title | string | page title comes from config resolver |
uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
userId | string | The ID of the logged user |
userName | string | The name of the logged user |
Outputs
Attribute | Type | Comments | |
---|---|---|---|
routeAction | EventEmitter |
||
Event | routeAction | Component requests route to another page | |
Payload | RouteAction | RouteAction object to tell caller to navigate somewhere |
full development Documentation