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