<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsMutations](./x-components.identifierresultsmutations.md)

## IdentifierResultsMutations interface

IdentifierResults store mutations.

**Signature:**

```typescript
export interface IdentifierResultsMutations extends StatusMutations, QueryMutations, ConfigMutations<IdentifierResultsState> 
```
**Extends:** [StatusMutations](./x-components.statusmutations.md)<!-- -->, [QueryMutations](./x-components.querymutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[IdentifierResultsState](./x-components.identifierresultsstate.md)<!-- -->&gt;

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [setIdentifierResults](./x-components.identifierresultsmutations.setidentifierresults.md) |  | (identifierResults: Result\[\]) =&gt; void | Sets the identifier results of the module. |
|  [setOrigin](./x-components.identifierresultsmutations.setorigin.md) |  | (origin: [QueryOrigin](./x-components.queryorigin.md) \| undefined \| null) =&gt; void | Sets the origin of the module. |
|  [setParams](./x-components.identifierresultsmutations.setparams.md) |  | (params: Dictionary&lt;unknown&gt;) =&gt; void | Sets the extra params of the module. |

