<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PopularSearchesActions](./x-components.popularsearchesactions.md)

## PopularSearchesActions interface

Popular searches module actions.

**Signature:**

```typescript
export interface PopularSearchesActions 
```

## Methods

|  Method | Description |
|  --- | --- |
|  [cancelFetchAndSaveSuggestions()](./x-components.popularsearchesactions.cancelfetchandsavesuggestions.md) | Cancels / interrupt [PopularSearchesActions.fetchAndSaveSuggestions()](./x-components.popularsearchesactions.fetchandsavesuggestions.md) synchronous promise. |
|  [fetchAndSaveSuggestions(request)](./x-components.popularsearchesactions.fetchandsavesuggestions.md) | Fetches a new set of suggestions and stores them in the module state. |
|  [fetchSuggestions(request)](./x-components.popularsearchesactions.fetchsuggestions.md) | Fetches a new set of suggestions and returns them. |

