<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsState](./x-components.identifierresultsstate.md)

## IdentifierResultsState interface

IdentifierResults store state.

**Signature:**

```typescript
export interface IdentifierResultsState extends StatusState, QueryState 
```
**Extends:** [StatusState](./x-components.statusstate.md)<!-- -->, [QueryState](./x-components.querystate.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [config](./x-components.identifierresultsstate.config.md) |  | [IdentifierResultsConfig](./x-components.identifierresultsconfig.md) | The configuration of the identifier results module. |
|  [identifierResults](./x-components.identifierresultsstate.identifierresults.md) |  | Result\[\] | The list of the identifier results, related to the <code>query</code> property of the state. |
|  [origin](./x-components.identifierresultsstate.origin.md) |  | [QueryOrigin](./x-components.queryorigin.md) \| null | The origin property of the request. |
|  [params](./x-components.identifierresultsstate.params.md) |  | Dictionary&lt;unknown&gt; | The extra params property of the state. |

