Search
ContainerNode.containsRecursively Method
See Also
 






Determines whether the specified node is contained within this container, either directly or inside child containers.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function containsRecursively (node)

 Parameters

node

 Return Value

Boolean. true if the specified node is inside the container, or false otherwise.

 See Also