@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 785 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [MutateFilterPayload](./x-components.mutatefilterpayload.md)
## MutateFilterPayload interface
Payload to use in the `mutateFilter` mutation.
**Signature:**
```typescript
export interface MutateFilterPayload
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [filter](./x-components.mutatefilterpayload.filter.md) | | Filter | The filter to modify. If it does not belong to the store it will be added. |
| [newFilterState](./x-components.mutatefilterpayload.newfilterstate.md) | | Partial<Filter> | The new fields values to modify in the filter. |