# FilterChangeDetail

> _Since v0.1.1_

Event detail emitted when filters change *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `filters` | <code><a href="/grid/plugins/filtering/interfaces/filtermodel/">FilterModel</a>[]</code> | Current active filters |
| `filteredRowCount` | <code>number</code> | Number of rows after filtering |
| `selected?` | <code>Record&lt;string, unknown[]&gt;</code> | Inclusion map: field → selected (checked) values. Only present for set-type filters. Useful for server-side filtering where sending the selected values is more efficient than sending the excluded values (which is what `filters[].value` contains for `notIn`). |
