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