@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 610 B
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) > [fetchAndSaveIdentifierResults](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md)
## IdentifierResultsActions.fetchAndSaveIdentifierResults property
Requests a new set of identifier results and stores them in the module.
**Signature:**
```typescript
fetchAndSaveIdentifierResults: (request: IdentifierResultsRequest | null) => void;
```