Can you execute a JS code when the value is updated in the parent page? If yes, then you can call C3 function:
c3_callFunction("UpdateVariable", [newValue]);
And in Construct create a function "UpdateVariable", which takes the parameter and saves it in the variable.