Search
ContainerNode.foldable Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get foldable() {}
set foldable(value) {}

 Property Value

Boolean

true if the container can be folded, or false otherwise.

 See Also