Indicates the type of an assistant node in a tree.
Namespace: MindFusion.Graphs
Package: Enum.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
Left |
Value: 2. The node is an assistant and it is always positioned to the left of its parent. |
![]() |
Normal |
Value: 1. The node is an assistant and its relative position is determinedautomatically by the layout. |
![]() |
Right |
Value: 3. The node is an assistant and it is always positioned to the right of its parent. |