register-device/bulk/bulk-device-registration-modal.component.ts
selector | bulk-device-registration |
templateUrl | bulk-device-registration-modal.component.html |
Properties |
Methods |
constructor(router: Router, jsonschema: C8yJSONSchema, deviceRegistrationService: DeviceRegistrationBulkService, registerDeviceService: RegisterDeviceService, bsModalRef: BsModalRef)
|
||||||||||||||||||
Parameters :
|
cancel |
cancel()
|
Returns :
void
|
complete |
complete()
|
Returns :
void
|
download | |||||||||
download(headers: string[], fileName: string)
|
|||||||||
Parameters :
Returns :
void
|
downloadFull |
downloadFull()
|
Returns :
void
|
downloadSimple |
downloadSimple()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
upload |
upload()
|
Returns :
void
|
failedResult |
Type : BulkFailedResult
|
form |
Default value : new FormGroup({})
|
message |
Type : string
|
model |
Type : object
|
Default value : {}
|
pending |
Type : boolean
|
result |
Type : IDeviceRegistrationBulkResult
|
stepper |
Type : C8yStepper
|
Decorators :
@ViewChild(C8yStepper, {static: true})
|
success |
Type : boolean
|
template |
Type : FormlyFieldConfig[]
|