@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.31 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<unknown> | The extra params property of the state. |