core/navigator/navigator-node-data.ts
Properties |
[key: string]:
|
icon |
icon:
|
Type : string
|
Optional |
Navigator node icon. |
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. |