Search
Diagram.nodesExpandable Property
See Also
 





Gets or sets a value indicating whether newly created nodes are expandable.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get nodesExpandable() {}
set nodesExpandable(value) {}

 Property Value

Boolean

A boolean value assigned to the expandable property of new nodes.

 See Also