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