Exclude a match from callback

Can we exclude a particular index in pattern matching callbacks in the output field ?

Basically in my use case, I want to sync the relayoutData property of the dcc.Graph components which are dynamically generated. So, change in relayoutData property of a graph can be detected through MATCH keyword in the callback but now I want to sync others too.

I can’t have MATCH as input and ALL as output in dash.
Any ideas on how can I achieve this ?

I just checked,
Is the relayoutData property read only ?
Upon hardcoding too, this wasn’t effecting the UI zoom state although in the callback I could print and see that the xrange was set properly