Initializes a new instance of the FoldContainerCommand class.
Namespace: MindFusion.Diagramming
File: FoldContainerCommand.js
SyntaxJavaScript
Copy Code
|
|---|
function FoldContainerCommand (diagram, container) |
The Diagram modified by this command.
The ContainerNode instance that will be modified.
See Also