Gets or sets a weight value used by layout and path-finding algorithms.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get weight() {} |
Number
A number specifying the weight of this item. The default value is 1.
See Also