@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 713 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) > [clearQueryPreview](./x-components.queriespreviewmutations.clearquerypreview.md)
## QueriesPreviewMutations.clearQueryPreview() method
Removes a query preview entry from the queries preview's dictionary.
**Signature:**
```typescript
clearQueryPreview(queryPreviewHash: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| queryPreviewHash | string | Query hash whose entry will be removed. |
**Returns:**
void