core/navigator/navigator-entry.component.ts
| selector | c8y-navigator-item |
| template | |
Properties |
Methods |
Inputs |
constructor(service: NavigatorService)
|
||||||
|
Parameters :
|
icon
|
Type : |
label
|
Type : |
path
|
Type : |
priority
|
Default value : |
| ngOnChanges |
ngOnChanges()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| nodeData |
nodeData:
|
Type : NavigatorNode
|
| template |
template:
|
Type : TemplateRef<any>
|
Decorators :
@ViewChild('iconTpl', {static: undefined})
|