@empathyco/x-components
Version:
Empathy X Components
98 lines (44 loc) • 1.7 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setIdentifierResults](./x-components.identifierresultsmutations.setidentifierresults.md)
</td><td>
</td><td>
(identifierResults: Result\[\]) => void
</td><td>
Sets the identifier results of the module.
</td></tr>
<tr><td>
[setOrigin](./x-components.identifierresultsmutations.setorigin.md)
</td><td>
</td><td>
(origin: [QueryOrigin](./x-components.queryorigin.md) \| undefined \| null) => void
</td><td>
Sets the origin of the module.
</td></tr>
<tr><td>
[setParams](./x-components.identifierresultsmutations.setparams.md)
</td><td>
</td><td>
(params: Dictionary<unknown>) => void
</td><td>
Sets the extra params of the module.
</td></tr>
</tbody></table>