I know it is possible to show/hide through the interaction but what I believe could be useful is to implement the “visible” feature that RS already have for components but for elements. I have seen that it was asked about it before:
In my particular case, I was looking to show or hide an element according to props in the dataSheet and then show/hide if some interaction is taken in the screen. The second part is already possible, but not the first unless I create several states of the screen and I go for the “show state based on props” path.
Thanks!