I have a component with the 'viewBox' property that stores a POJO with an observer in this property. I want to be able to change the properties of this viewBox without using set, and then manually trigger the change in the viewBox. Is this possible in ember.js?
source share