<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`BasesEntryGroup`](BasesEntryGroup) ## BasesEntryGroup class A group of BasesEntry objects for a given value of the groupBy key. If there are entries in the results which do not have a value for the groupBy key, the key will be the [NullValue](NullValue)<!-- -->. 1.10.0 **Signature:** ```typescript export class BasesEntryGroup ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`entries`](BasesEntryGroup/entries) | | [`BasesEntry`](BasesEntry)<code>[]</code> | 1.10.0 | | [`key?`](BasesEntryGroup/key) | | [`Value`](Value) | <p>_(Optional)_ The value of the groupBy key for this entry group.</p><p> 1.10.0</p> | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`hasKey()`](BasesEntryGroup/hasKey) | | |