Search
Diagram.expandOnIncoming Property
See Also
 





Gets or sets a value indicating the link direction in which tree branches are expanded.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get expandOnIncoming() {}
set expandOnIncoming(value) {}

 Property Value

Boolean

true if trees are expanded in the direction of incoming links, or false otherwise.

 See Also