<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[config](./x-components.identifierresultsstate.config.md)


</td><td>


</td><td>

[IdentifierResultsConfig](./x-components.identifierresultsconfig.md)


</td><td>

The configuration of the identifier results module.


</td></tr>
<tr><td>

[identifierResults](./x-components.identifierresultsstate.identifierresults.md)


</td><td>


</td><td>

Result\[\]


</td><td>

The list of the identifier results, related to the `query` property of the state.


</td></tr>
<tr><td>

[origin](./x-components.identifierresultsstate.origin.md)


</td><td>


</td><td>

[QueryOrigin](./x-components.queryorigin.md) \| null


</td><td>

The origin property of the request.


</td></tr>
<tr><td>

[params](./x-components.identifierresultsstate.params.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The extra params property of the state.


</td></tr>
</tbody></table>

