Gets or sets the node that is placed at the lower right corner of the grid.
Namespace: MindFusion.Graphs
File: GridLayout.js
SyntaxJavaScript
Copy Code
|
|---|
get endNode() {} |
DiagramNode
An instance of the DiagramNode class. Default value is null.
RemarksIf you assign a node to this property, then startNode cannot be null and must be set too. GridLayout usually produces better layouts if both startNode and endNode are null references; in such a case the algorithm automatically selects suitable nodes.
See Also