Search
DiagramItem.container Property
See Also
 





Gets the parent ContainerNode containing this node.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get container() {}

 Property Value

ContainerNode

The parent ContainerNode of this node.

 See Also