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
|
| Protected Abstract retrieveOperationPrototype |
retrieveOperationPrototype()
|
|
Returns :
OperationDetails | Promise
|
| operationStepper |
operationStepper:
|
Type : BulkOperationStepper
|
Decorators :
@ViewChild(BulkOperationStepper, {static: undefined})
|
<c8y-bulk-operation-stepper> </c8y-bulk-operation-stepper>