Search
ContainerNode.arrange Method
See Also
 






Arranges the container's children with the given layout.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function arrange (layout)

 Parameters

layout

Object. The Layout algorithm to apply.

 Remarks

 See Also