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