@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.43 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [IdentifierResultsActions](./x-components.identifierresultsactions.md)
## IdentifierResultsActions interface
IdentifierResults store actions.
**Signature:**
```typescript
export interface IdentifierResultsActions
```
## Methods
| Method | Description |
| --- | --- |
| [cancelFetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md) | Cancels / interrupt [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) synchronous promise. |
| [fetchAndSaveIdentifierResults(request)](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) | Requests a new set of identifier results and stores them in the module. |
| [fetchIdentifierResults(request)](./x-components.identifierresultsactions.fetchidentifierresults.md) | Requests a new set of identifier results for the module query, and returns them. |
| [saveOrigin(originInit)](./x-components.identifierresultsactions.saveorigin.md) | Creates a [QueryOrigin](./x-components.queryorigin.md) and saves it. |
| [saveQuery(query)](./x-components.identifierresultsactions.savequery.md) | Stores the query in the module if it matches the regex. |