core/navigator/navigator-node-data.ts
Properties |
[key: string]:
|
component |
component:
|
Type : Type<any>
|
Optional |
Custom component to use. |
featureId |
featureId:
|
Type : string
|
Optional |
Id to identify specific feature node. |
hideDevices |
hideDevices:
|
Type : boolean
|
Optional |
Should this asset node show devices or not. |
icon |
icon:
|
Type : string
|
Optional |
Navigator node icon. |
iconOpen |
iconOpen:
|
Type : string
|
Optional |
Navigator node icon when expanded. |
label |
label:
|
Type : string
|
Optional |
Label to be displayed in the navigator node. |
name |
name:
|
Type : string
|
Optional |
Navigator node name. |
parent |
parent:
|
Type : NavigatorNodeData | string
|
Optional |
Navigator node parent node. |
path |
path:
|
Type : string
|
Optional |
The path to which the UI will be redirected after clicking navigator node. |
preventDuplicates |
preventDuplicates:
|
Type : boolean
|
Optional |
Check if a duplicate node is present and ignore it. |
priority |
priority:
|
Type : number
|
Optional |
Position of the node in the navigator. |