Select Elements/Components From ID instead of Hierarchical

No, at least not currently. Scripts are all running on the backend, where there is no DOM, only the explicit parent child links we set up. We could implement something like this (or you could create a project library script to do it yourself) but it's not going to be any kind of efficient.

I would suggest leaning heavily on component messaging to accomplish the goal of decoupling, instead.

3 Likes