> the data property is not available via me.data, but via me.config.data. > So we need to handle this in the parent class. So why do we need both cases? + data : me.data || me.config.data Isn't it enough to do: + data : me.config.data