MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setNodesExpandable Method

See Also
 





Sets a value indicating whether newly created nodes can be collapsed and expanded by users.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setNodesExpandable (value)

 Parameters

value

A boolean value assigned to the Expandable property of new nodes. The default is false.

 See Also