/** * @class Ext.list.TreeItem * @extend Ext.list.AbstractTreeItem * @xtype treelistitem * * The default implementation of the class used for `{@link Ext.list.Tree}`. * * This class can only be used in conjunction with {@link Ext.list.Tree}. * @since 6.0.0 */ /** * @cfg {String} [rowCls=null] * One or more CSS classes to add to the tree item's logical "row" element. This * element fills from left-to-right of the line. * @since 6.0.1 * @accessor */ /** * @cfg {String} [rowClsProperty="rowCls"] * The name of the associated record's field to map to the {@link #rowCls} config. * @since 6.0.1 */