Custom loader div with Wildcard option for all server connect actions on page

I want to show a custom loader on my page when any serverconnect action on the page has "state.executing"

Instead of using sc1 || sc2 || sc3 in my conditional div, can I use some sort of wildcard for any serverconnect action with "state.executing" on the page?

Something like this might help

Would something like this work?

serverconnect.data.where("state.executing", "*", "==")

It's worth a try :crossed_fingers: