/** * This class is the view model for the Main view of the application. */ Ext.define('school.view.main.MainModel', { extend: 'Ext.app.ViewModel', alias: 'viewmodel.main', data: { navWidth: 160, smallNavWidth: 64, } });