Is it possible to implement such a function: set a certain area of a nested node as the range of its child node? #1688
-
Set a certain area of the nested node as the range of its child node. The child node can extend the parent node (implemented), and the child node has a margin from the parent node. 20241111185906.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
It is possible to use a padding for extents but you can't couple a parent extent and paddings (since that just doesn't really make sense). If you wanna use a padding something like this is possible extent: {
range: 'parent',
padding: 10,
} |
Beta Was this translation helpful? Give feedback.
-
https://reactflow.dev/examples/nodes/dynamic-grouping Is it possible to achieve the effect of this dynamic group? |
Beta Was this translation helpful? Give feedback.
It is possible to use a padding for extents but you can't couple a parent extent and paddings (since that just doesn't really make sense).
If you wanna use a padding something like this is possible