add a data-map attribute that accepts json? Could also just see it accepting an array of key-value pairs. Could also allow selectors with the element as a scope.
something like:
OnUpdate(el){
For (map [key, pvname ])
El.querySelector(item) = machine.value(pvname)
}
or the simple version would just set like this:
