/** * @class Ext.data.schema.BelongsTo * * **This is not a real JavaScript class and cannot be created. This is for documentation * purposes only.** * * This class provides for creating a key-less `Ext.data.schema.ManyToOne` association. * This declaration should be on "many" entity. See `Ext.data.schema.ManyToOne` and * `Ext.data.schema.Association` for more information. */ /** * @cfg {String} name An alias for {@link Ext.data.schema.Reference#role role}. */ /** * @cfg {String} associatedName An alias for {@link Ext.data.schema.Reference#role role}. */ /** * @cfg {String} model An alias for {@link Ext.data.schema.Reference#type type}. */ /** * @cfg {String} [foreignKey] The key field to use in this association * @deprecated 6.2.0 Use the `{@link Ext.data.field.Field#cfg!reference reference}` * configuration on a data field to created a keyed association. */