update method
dynamic
update([
- dynamic frame
Implementation
update([frame]) {
var object = this.object != null ? this.object : frame.object;
var value = object.getProperty(this.property);
this.node.value = value;
}