Binding for components is the process of connecting data from a Ext.app.ViewModel to a component’s config properties. Any configuration a component possesses may be bound to, so long as it has a setter method.



As per the documentation there should be setter method set the config value from ViewModel .

What are the requirement for read its value to ViewModel ? I found it having only getter method is not adequate.