Search
LayeredLayout.endNode Property
See Also
 





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

Namespace: MindFusion.Graphs
File: LayeredLayout.js

 Syntax

JavaScript  Copy Code

get endNode() {}
set endNode(value) {}

 Property Value

DiagramNode

A DiagramNode representing the end node.

 Remarks

This value is honored only if startNode is specified too.

 See Also