@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.41 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)<!-- --><[IdentifierResultsState](./x-components.identifierresultsstate.md)<!-- -->>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [setIdentifierResults](./x-components.identifierresultsmutations.setidentifierresults.md) | | (identifierResults: Result\[\]) => void | Sets the identifier results of the module. |
| [setOrigin](./x-components.identifierresultsmutations.setorigin.md) | | (origin: [QueryOrigin](./x-components.queryorigin.md) \| undefined \| null) => void | Sets the origin of the module. |
| [setParams](./x-components.identifierresultsmutations.setparams.md) | | (params: Dictionary<unknown>) => void | Sets the extra params of the module. |