Closed jakemac53 closed 9 years ago
Need to flush this out, its currently not obvious how it would work. Possibly setting the private variable and then calling notifyPath? In js land you get a magic setter method called _set{property_name}.
notifyPath
_set{property_name}
Confirmed, setting the internal value and then calling notifyPath works.
Need to flush this out, its currently not obvious how it would work. Possibly setting the private variable and then calling
notifyPath
? In js land you get a magic setter method called_set{property_name}
.