<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`GroupOption`](GroupOption)
## GroupOption interface
Collapsible container for other ViewOptions.
1.10.0
**Signature:**
```typescript
export interface GroupOption
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`displayName`](GroupOption/displayName) | | <code>string</code> | 1.10.0 |
| [`items`](GroupOption/items) | | <code>Exclude</code><code><</code>[`ViewOption`](ViewOption)<code>, </code>[`GroupOption`](GroupOption)<code>>[]</code> | 1.10.0 |
| [`shouldHide?`](GroupOption/shouldHide) | | <code>(config: </code>[`BasesViewConfig`](BasesViewConfig)<code>) => boolean</code> | <p>_(Optional)_ If provided, the group will be hidden if the function returns true.</p><p> 1.10.2</p> |
| [`type`](GroupOption/type) | | <code>'group'</code> | 1.10.0 |