Gets or sets the node that should be placed in the last layer of the arranged graph.
Namespace: MindFusion.Graphs
File: LayeredLayout.js
SyntaxJavaScript
Copy Code
|
|---|
get endNode() {} |
DiagramNode
A DiagramNode representing the end node.
RemarksThis value is honored only if startNode is specified too.
See Also