operations/bulk-operation-from-single/bulk-operation-from-single.component.ts
selector | bulk-operation-from-single |
templateUrl | bulk-operation-from-single.component.html |
Properties |
Methods |
|
constructor(activatedRoute: ActivatedRoute, bulkOperationService: BulkOperationsService)
|
|||||||||
Parameters :
|
Protected Async retrieveOperationPrototype |
retrieveOperationPrototype()
|
Returns :
Promise<OperationDetails>
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Protected onSelectionChange | ||||||
onSelectionChange(event: StepperSelectionEvent)
|
||||||
Parameters :
Returns :
void
|
operationStepper |
Type : BulkOperationStepper
|
Decorators :
@ViewChild(BulkOperationStepper, {static: true})
|
<c8y-bulk-operation-stepper> </c8y-bulk-operation-stepper>