global-context/integration/local-controls/local-controls.component.ts
| host | { |
| selector | c8y-local-controls |
| standalone | true |
| imports |
ContextControlsComponent
|
| styles |
.disabled-overlay {
position: relative;
cursor: not-allowed;
}
.disabled-overlay::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
|
| template | |
Inputs |
Outputs |
| config |
Type : GlobalContextState
|
| Required : true |
| controls |
Type : PresetName | PresetDefinition
|
Default value : PRESET_NAME.DEFAULT
|
| disabled |
Type : boolean
|
Default value : false
|
| displayMode |
Type : DisplayMode
|
Default value : GLOBAL_CONTEXT_DISPLAY_MODE.CONFIG
|
| isLoading |
Type : boolean
|
Default value : false
|
| configChange |
Type : { context: GlobalContextState; diff: GlobalContextState }
|
| refresh |
Type : void
|