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