Search
LayeredLayout.startNode Property
See Also
 





Gets or sets the node that should be placed in the first layer of the arranged graph.

Namespace: MindFusion.Graphs
File: LayeredLayout.js

 Syntax

JavaScript  Copy Code

get startNode() {}
set startNode(value) {}

 Property Value

DiagramNode

A DiagramNode representing the start node.

 Remarks

If there is no start node specified, the algorithm selects one automatically based on graph's topological order.

 See Also