function onUpdate() { var box = scene.getBoxById("myBox"); var binding = box.getDataBinding("value"); if (binding) { binding.update(false); } }