global-context/integration/global-context-connector/global-context-connector.component.ts
| selector | c8y-global-context-connector |
| standalone | true |
| imports |
ContextControlsComponent
LinkButtonsComponent
|
| template | |
Properties |
Methods |
Inputs |
Outputs |
constructor()
|
| config |
Type : GlobalContextState
|
| Required : true |
| controls |
Type : PresetName | PresetDefinition
|
Default value : PRESET_NAME.DEFAULT
|
| dashboardChild |
Type : DashboardChildComponent
|
| Required : true |
| isLoading |
Type : boolean
|
Default value : false
|
| linked |
Type : boolean | undefined
|
Default value : undefined
|
| configChange |
Type : { context: GlobalContextState; diff: GlobalContextState }
|
| refresh |
Type : void
|
| onLinkToggle | ||||||
onLinkToggle(linked: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| onLocalChange | ||||||
onLocalChange(event: literal type)
|
||||||
|
Parameters :
Returns :
void
|
| onLocalRefresh |
onLocalRefresh()
|
|
Returns :
void
|
| isLinked |
Type : unknown
|
Default value : signal(true)
|