operations/operations-timeline/operations-timeline.component.ts
selector | c8y-operations-timeline |
templateUrl | operations-timeline.component.html |
Properties |
|
Inputs |
constructor(realtime: OperationRealtimeService, operationsService: OperationsService)
|
|||||||||
Parameters :
|
bodyTemplate |
Type : TemplateRef<any>
|
filterPipe |
Type : UnaryFunction< | >
|
Default value : pipe(tap())
|
footerTemplates |
Type : Array<TemplateRef<any>>
|
Default value : []
|
operations |
Type : IResultList<IOperation>
|
propertiesToHide |
Type : string[]
|
Default value : []
|
sourceId |
Type : string
|
OPERATION_STATUS_OPTIONS_MAP |
Type : OperationStatusOptionsMap
|
Default value : OPERATION_STATUS_OPTIONS_MAP
|
Public operationsService |
Type : OperationsService
|
Public realtime |
Type : OperationRealtimeService
|