repository/configuration-device-tab/device-configuration.component.ts
selector | c8y-device-configuration |
templateUrl | ./device-configuration.component.html |
Properties |
Methods |
|
constructor(route: ActivatedRoute, deviceConfigurationService: DeviceConfigurationService, realtime: Realtime, repositoryService: RepositoryService)
|
|||||||||||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Async onConfigTypeSelected | ||||
onConfigTypeSelected(config)
|
||||
Parameters :
Returns :
any
|
Async onRepositoryConfigSelected | ||||
onRepositoryConfigSelected(config)
|
||||
Parameters :
Returns :
any
|
Async updateSnapshots | ||||||
updateSnapshots(repositorySnapsOnly?: boolean)
|
||||||
Parameters :
Returns :
any
|
configSnapshot |
configSnapshot:
|
Type : Partial<ConfigurationSnapshot>
|
Default value : {}
|
configurationType |
configurationType:
|
Type : string
|
device |
device:
|
Type : IManagedObject
|
isLegacy |
isLegacy:
|
Type : boolean
|
reloading |
reloading:
|
Type : boolean
|
Default value : false
|
repositorySnapshot |
repositorySnapshot:
|
Type : ConfigurationSnapshot
|
repositorySnapshots |
repositorySnapshots:
|
Type : IManagedObject[]
|
repositorySnapshotsEmptyState |
repositorySnapshotsEmptyState:
|
Type : DeviceConfigurationListEmptyState
|
showBinaryBasedConfig |
showBinaryBasedConfig:
|
Default value : false
|
showTextBasedConfig |
showTextBasedConfig:
|
Type : boolean
|
supportedConfigurations |
supportedConfigurations:
|
Type : SupportedConfigurationItem[]
|
Default value : []
|
textBasedConfigurationComponent |
textBasedConfigurationComponent:
|
Type : TextBasedConfigurationComponent
|
Decorators :
@ViewChild(TextBasedConfigurationComponent)
|