Indicates the type of an assistant node in a tree.
Namespace: MindFusion.Graphs
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Left |
The node is an assistant and it is always positioned to the left of its parent. |
|
Normal |
The node is an assistant and its relative position is determinedautomatically by the layout. |
|
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.