<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesPropertyOption`](BasesPropertyOption)
## BasesPropertyOption interface
A dropdown menu allowing selection of a property.
1.10.0
**Signature:**
```typescript
export interface BasesPropertyOption extends BasesOption
```
**Extends:** [`BasesOption`](BasesOption)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`default?`](BasesPropertyOption/default) | | <code>string</code> | _(Optional)_ 1.10.0 |
| [`displayName`](BasesOption/displayName) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BasesOption](BasesOption)<!-- -->)</p> |
| [`filter?`](BasesPropertyOption/filter) | | <code>(prop: </code>[`BasesPropertyId`](BasesPropertyId)<code>) => boolean</code> | <p>_(Optional)_ If provided, only properties which pass the filter will be included for selection in the property dropdown.</p><p> 1.10.0</p> |
| [`key`](BasesOption/key) | | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [BasesOption](BasesOption)<!-- -->)</p> |
| [`placeholder?`](BasesPropertyOption/placeholder) | | <code>string</code> | _(Optional)_ 1.10.0 |
| [`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`](BasesPropertyOption/type) | | <code>'property'</code> | 1.10.0 |