Gets or sets the node that should be placed in the first layer of the arranged graph.
Namespace: MindFusion.Graphs
File: LayeredLayout.js
SyntaxJavaScript
Copy Code
|
|---|
get startNode() {} |
DiagramNode
A DiagramNode representing the start node.
RemarksIf there is no start node specified, the algorithm selects one automatically based on graph's topological order.
See Also