<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`GroupOption`](GroupOption) › [`shouldHide`](GroupOption/shouldHide)
## GroupOption.shouldHide property
If provided, the group will be hidden if the function returns true.
1.10.2
**Signature:**
```typescript
shouldHide?: (config: BasesViewConfig) => boolean;
```