It would be extremely useful to have “limit to parent element” in interactions as well as “limit to nested” and “limit to sibling”.
More often than not I have multiple elements which share the same class which I want to control independently from within themselves.
For example, multiple windows with a close button which sits inside them. At the moment it’s impossible to do this without having a unique class for each and every window unless I’m missing something.