register-device/extensible/single/extensible-device-registration-stepper.component.ts
OnInit
selector | c8y-extensible-device-registration-stepper |
templateUrl | extensible-device-registration-stepper.component.html |
Properties |
Methods |
Inputs |
constructor(customProviderService: ExtensibleDeviceRegistrationService, registerDeviceService: RegisterDeviceService, bsModalRef: BsModalRef, gainsightService: GainsightService)
|
|||||||||||||||
Parameters :
|
contextPath |
Type : string
|
labels |
Type : string[]
|
steps |
Type : FormlyFieldConfig[][]
|
close |
close()
|
Returns :
void
|
complete |
complete()
|
Returns :
void
|
finalStepStatus |
finalStepStatus()
|
Returns :
any
|
goToFirstStep |
goToFirstStep()
|
Returns :
void
|
isRegistrationStep |
isRegistrationStep()
|
Returns :
boolean
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Async save |
save()
|
Returns :
any
|
errorMessage |
Type : string
|
forms |
Type : FormGroup[]
|
Default value : []
|
message |
Type : string
|
model |
Type : any
|
Default value : {}
|
pendingStatus |
Default value : false
|
stepper |
Type : C8yStepper
|
Decorators :
@ViewChild(C8yStepper, {static: true})
|