Running
document.querySelector("[light]").components.light.data.color="#A00";
Doesn't do anything, it will add color="#A00"
if flushToDOM as an attribute but not change the light.
Changing light="color:#BBB"
does work by hand, but what is the best way programmatically to do this now?