I'm working with diagram features at the moment. We need to put shapes inside other shapes to meet our requirements. So, when we drag and drop a shape into another shape, we need to access the parent shape node's data. I spent a few hours working on this, but I was unable to find a satisfactory answer. Could you please assist me in resolving this issue?
When I drop the object on the diagram, I use "nodeondrop & nodecollectionchanged." While changing the size of the Rectangle, use "nodeSizeChanging." When an action is triggered, the super node or child node details are not displayed.
So how to get details of parent and child shape while trigger any event?