File

assets-navigator/asset-node-config.model.ts

Description

Configuration object of the AssetsNavigatorModule.

Index

Properties

Properties

disableDragAndDrop
disableDragAndDrop: boolean
Type : boolean
Optional

Allows to drag and drop items in the asset navigator. Default value: true.

openOnStart
openOnStart: boolean
Type : boolean
Optional

Expands the root navigator node when the navigator is initialized. Default value: false

rootNavigatorNode
rootNavigatorNode: boolean | Partial<NavigatorNode | AssetNode>
Type : boolean | Partial<NavigatorNode | AssetNode>
Optional

Allows to override properies of the root group or hide it. Setup examples:

  • rootNavigatorNode: true - shows the default navigator node (default),
  • rootNavigatorNode: false - hides the navigator node,
  • rootNavigatorNode: { label: 'New name', ... } - overrides default navigator node,
  • rootNavigatorNode: new NavigatorNode({ label: 'New name', ... }) - overrides default navigator node,
rootNodePriority
rootNodePriority: number
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: boolean
Type : boolean
Optional

Allows to enable smart groups in the module. Default value: false.

results matching ""

    No results matching ""