<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesFolderOption`](BasesFolderOption)
## BasesFolderOption interface
A text input allowing selection of a folder from in the vault.
1.10.2
**Signature:**
```typescript
export interface BasesFolderOption extends BasesOption
```
**Extends:** [`BasesOption`](BasesOption)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`default?`](BasesFolderOption/default) | | <code>string</code> | _(Optional)_ 1.10.2 |
| [`displayName`](BasesOption/displayName) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BasesOption](BasesOption)<!-- -->)</p> |
| [`filter?`](BasesFolderOption/filter) | | <code>(folder: </code>[`TFolder`](TFolder)<code>) => boolean</code> | _(Optional)_ 1.10.2 |
| [`key`](BasesOption/key) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BasesOption](BasesOption)<!-- -->)</p> |
| [`placeholder?`](BasesFolderOption/placeholder) | | <code>string</code> | _(Optional)_ 1.10.2 |
| [`shouldHide?`](BasesOption/shouldHide) | | <code>() => boolean</code> | <p>_(Optional)_ If provided, the option will be hidden if the function returns true.</p><p> 1.10.2</p><p>(Inherited from [BasesOption](BasesOption)<!-- -->)</p> |
| [`type`](BasesFolderOption/type) | | <code>'folder'</code> | 1.10.2 |