UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

11 lines (10 loc) 276 B
Ext.define('UCANSink.model.Solution', { extend: 'Ext.data.Model', idProperty: 'customId', fields: [ {name: 'id', type: 'auto', defaultValue: null}, {name: 'answer', type: 'auto'}, {name: 'value', type: 'string'}, {name: 'customId', type: 'auto'} ] });