MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getNodesExpandable Method

See Also
 





Gets a value indicating whether newly created nodes can be expanded.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getNodesExpandable ()

 Return Value

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

 See Also