NodeType
Built-in template categories the editor recognises. Drives diagram validation rules (e.g. exactly one start node, decision branches), the variable picker’s traversal, and rendering choices in the default node template.
Custom node types declare their template type via this enum so the editor can apply the matching rules.
Enumeration Members
Section titled “Enumeration Members”AiNode
Section titled “AiNode”AiNode:
"ai-node"
DecisionNode
Section titled “DecisionNode”DecisionNode:
"decision-node"
Node:
"node"
StartNode
Section titled “StartNode”StartNode:
"start-node"