MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.getFoldable Method

See Also
 





Gets a value indicating whether users are allowed to fold the container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function getFoldable ()

 Return Value

true if the container can be folded; otherwise false.

 See Also