operations/bulk-operation-stepper/base-stepper.component.ts
OnInit
OnDestroy
| selector | c8y-base-stepper |
| standalone | true |
Properties |
Methods |
|
Accessors |
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| Protected onSelectionChange | ||||||
onSelectionChange(event: StepperSelectionEvent)
|
||||||
|
Parameters :
Returns :
void
|
| Protected Abstract retrieveOperationPrototype |
retrieveOperationPrototype()
|
|
Returns :
OperationDetails | Promise
|
| operationStepper |
Type : BulkOperationStepper
|
Decorators :
@ViewChild(BulkOperationStepper, {static: true})
|
| deviceTypes | ||||||
setdeviceTypes(deviceTypes: string | string[])
|
||||||
|
Parameters :
Returns :
void
|