Search
TreeLayout.reversedLinks Property
See Also
 





Gets or sets a value indicating the link direction that relates parent nodes to child nodes.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get reversedLinks() {}
set reversedLinks(value) {}

 Property Value

Boolean

true to indicate reversed direction (links point to parent nodes), or false otherwise.

 See Also