<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`FolderOption`](FolderOption) ## FolderOption interface A text input allowing selection of a folder from in the vault. 1.10.2 **Signature:** ```typescript export interface FolderOption extends BaseOption ``` **Extends:** [`BaseOption`](BaseOption) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`default?`](FolderOption/default) | | <code>string</code> | _(Optional)_ 1.10.2 | | [`displayName`](BaseOption/displayName) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BaseOption](BaseOption)<!-- -->)</p> | | [`filter?`](FolderOption/filter) | | <code>(folder: </code>[`TFolder`](TFolder)<code>) =&gt; boolean</code> | _(Optional)_ 1.10.2 | | [`key`](BaseOption/key) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BaseOption](BaseOption)<!-- -->)</p> | | [`placeholder?`](FolderOption/placeholder) | | <code>string</code> | _(Optional)_ 1.10.2 | | [`shouldHide?`](BaseOption/shouldHide) | | <code>(config: </code>[`BasesViewConfig`](BasesViewConfig)<code>) =&gt; 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 [BaseOption](BaseOption)<!-- -->)</p> | | [`type`](FolderOption/type) | | <code>'folder'</code> | 1.10.2 |