assets-navigator/asset-node-config.model.ts
Configuration object of the AssetsNavigatorModule.
Properties |
|
disableDragAndDrop |
disableDragAndDrop:
|
Type : boolean
|
Optional |
Allows to drag and drop items in the asset navigator. Default value: true. |
openOnStart |
openOnStart:
|
Type : boolean
|
Optional |
Expands the root navigator node when the navigator is initialized. Default value: false |
rootNodePriority |
rootNodePriority:
|
Type : number
|
Optional |
Allows to change the position of the root group in the navigator. The higher the value, the higher the position in navigation. Default value: 2000. |
smartGroups |
smartGroups:
|
Type : boolean
|
Optional |
Allows to enable smart groups in the module. Default value: false. |