Hi Dojo,
I have a visual in which I have a simple matrix representation by just showing 2 lines.
Now I want to apply show/hide functionality on those lines based on the matrix crosspoints.
Is it possible to see if a output is connected to a specific input?
If the lines are linked to a parameter, I believe it should be possible to use the Parameter shape data, along with a simple show/hide condition and the ParameterSubscriptionFilter shape data to get the line linked to the right parameter and then shown/hidden based on said parameter. Maybe the show/hide condition is not even needed, because depending on your use case, if the filter matches nothing, nothing will be shown.