@empathyco/x-components
Version:
Empathy X Components
117 lines (52 loc) • 1.65 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
<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<unknown>
</td><td>
The extra params property of the state.
</td></tr>
</tbody></table>