@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 622 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchMutations](./x-components.searchmutations.md) > [resetStateForReload](./x-components.searchmutations.resetstateforreload.md)
## SearchMutations.resetStateForReload property
Resets the "resettable" part of the Search state like [SearchMutations.resetState](./x-components.searchmutations.resetstate.md) but maintains the values required to perform the search request again.
**Signature:**
```typescript
resetStateForReload: () => void;
```