operations/operations-list-item-details/operation-details-tabs.component.ts
OnInit
selector | c8y-operation-details-tabs |
templateUrl | ./operation-details-tabs.component.html |
Properties |
Methods |
Inputs |
Outputs |
bulkOperationModalDetailsService |
Type : BulkOperationModalDetailsService
|
operation |
Type : Partial<>
|
readOnly |
Type : boolean
|
Default value : false
|
onRetryFailedOperations |
Type : EventEmitter<Partial<IOperationBulk>>
|
showFailedOperation |
Type : EventEmitter<number>
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
AuditRecordType |
Default value : AuditRecordType
|
auditTemplate |
Type : any
|
Decorators :
@ViewChild('audit', {static: true})
|
detailsTemplate |
Type : any
|
Decorators :
@ViewChild('details', {static: true})
|
tabs |
Type : Tab[]
|
Default value : []
|
template |
Type : ViewContainerRef
|