I want to disable the interaction prop for multiple widgets based on the value of a global variable.
I found out on other thread that I can make a prop reactive with this code:
VAR{interactive, true}
and through another widget set this custom variable with:
setVar('dpclick','interactive', false)
Is it possible to define a global variable that will update multiple widgets without having to manually adding them to a script?