Search
DiagramItem.weight Property
See Also
 





Gets or sets a weight value used by layout and path-finding algorithms.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get weight() {}
set weight(value) {}

 Property Value

Number

A number specifying the weight of this item. The default value is 1.

 See Also