# FilterParams

> _Since v1.6.0_

Filter parameters for configuring the filter panel UI.
These settings control the filter input constraints.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `min?` | <code>string &#124; number</code> | Minimum value for number/date filters |
| `max?` | <code>string &#124; number</code> | Maximum value for number/date filters |
| `step?` | <code>number</code> | Step value for number range slider |
| `placeholder?` | <code>string</code> | Placeholder text for text inputs |
