MindFusion.Diagramming for JavaScript Programmer's Guide

ContainerNode.getFolded Method

See Also
 





Gets a value indicating whether the container is folded.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function getFolded ()

 Return Value

true if the container is folded; otherwise false.

 See Also