ecosystem/application-plugins/orphaned-status-cell-renderer.component.ts
selector | c8y-orphaned-status-cell-renderer |
templateUrl | ./orphaned-status-cell-renderer.component.html |
Properties |
constructor(context: CellRendererContext)
|
||||||
Parameters :
|
Public context |
Type : CellRendererContext
|
label |
Type : literal type | null
|
<span
*ngIf="label"
class="label"
[ngClass]="label.class"
[title]="label.text | translate"
>
{{ label.text | translate }}
</span>