Indicates the type of an assistant node in a tree.
Namespace: MindFusion.Graphs
Assembly: Enum.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
Normal |
The node is an assistant and its relative position is determinedautomatically by the layout. |
![]() |
Left |
The node is an assistant and it is always positioned to the left of its parent. |
![]() |
Right |
The node is an assistant and it is always positioned to the right of its parent. |
Members of this enumeration can be assigned to the treeLayoutAssistant key of node's layoutTraits.