UNPKG

@empathyco/x-components

Version:
98 lines (44 loc) 1.7 kB
<!-- 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 <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\[\]) =&gt; 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) =&gt; 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&lt;unknown&gt;) =&gt; void </td><td> Sets the extra params of the module. </td></tr> </tbody></table>