Search
AssistantType Enumeration
See Also
 





Indicates the type of an assistant node in a tree.

Namespace: MindFusion.Graphs
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
AssistantType = {}

 Members

  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.

 Remarks

Members of this enumeration can be assigned to the treeLayoutAssistant key of node's layoutTraits.

 See Also