# FilterModel

> _Since v0.1.1_

Filter model representing a single filter condition *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `field` | <code>string</code> | The field/column to filter on |
| `type` | <code><a href="/grid/plugins/filtering/types/filtertype/">FilterType</a></code> | The type of filter |
| `operator` | <code><a href="/grid/plugins/filtering/types/filteroperator/">FilterOperator</a></code> | The filter operator |
| `value` | <code>unknown</code> | The filter value (type depends on operator) |
| `valueTo?` | <code>unknown</code> | Secondary value for 'between' operator |
