Search
AssistantPosition Enumeration
See Also
 





Specifies the final position of an assistant node. Assistants with type left or right are always positioned to the left or right respectively. The position of the "normal" assistants depends on their index in the children list.

Namespace: MindFusion.Graphs
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
AssistantPosition = {}

 Members

  Member name Description

Left

The node is distributed to the left of its parent.

Right

The node is distributed to the right of its parent.

 See Also