/** * @class Ext.dataview.GenericItem * This mixin is applied to {@link Ext.dataview.DataItem dataitem} and to * {@link Ext.dataview.SimpleListItem simplelistitem}. * @private * @since 6.5.0 */ /** * @cfg {Number} recordIndex * The 0-based index of the record for this item in the {@link Ext.data.Store store}. * When using {@link Ext.data.virtual.Store virtual stores} it can happen that this * value is known when the {@link Ext.Component#cfg!record record} is not yet * known. * @since 6.5.0 * @accessor */