search/columns/asset-type.cell-renderer.component.ts
templateUrl | ./asset-type.cell-renderer.component.html |
Properties |
Methods |
constructor(context: CellRendererContext, assetNodeService: AssetNodeService)
|
|||||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Public context |
Type : CellRendererContext
|
groupIcon |
Type : string
|
iconTitle |
Type : string
|
isAnyGroup |
Type : boolean
|
isAsset |
Type : boolean
|
isDevice |
Type : boolean
|
<device-status class="m-l-8" [mo]="context.item" *ngIf="isDevice"></device-status>
<i
[c8yIcon]="groupIcon"
title="{{ iconTitle | translate }}"
class="m-l-8 c8y-icon-duocolor"
*ngIf="isAnyGroup || !isDevice"
></i>