Determines whether the specified node is contained within this container, either directly or inside child containers.
Namespace: MindFusion.Diagramming
File: ContainerNode.js
SyntaxJavaScript
Copy Code
|
|---|
function containsRecursively (node) |
Boolean. true if the specified node is inside the container, or false otherwise.
See Also