@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.22 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)<!-- -->>
## Methods
| Method | Description |
| --- | --- |
| [setIdentifierResults(identifierResults)](./x-components.identifierresultsmutations.setidentifierresults.md) | Sets the identifier results of the module. |
| [setOrigin(origin)](./x-components.identifierresultsmutations.setorigin.md) | Sets the origin of the module. |
| [setParams(params)](./x-components.identifierresultsmutations.setparams.md) | Sets the extra params of the module. |