UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

24 lines (18 loc) 400 B
Ext.define('KitchenSink.view.d3.TreeViewModel', { extend: 'Ext.app.ViewModel', requires: [ 'KitchenSink.model.Tree', 'Ext.data.TreeStore' ], alias: 'viewmodel.tree', stores: { store: { type: 'tree', model: 'KitchenSink.model.Tree', autoLoad: true } }, data: { selection: undefined } });