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