<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueriesPreviewXEvents](./x-components.queriespreviewxevents.md) &gt; [QueryPreviewUnmounted](./x-components.queriespreviewxevents.querypreviewunmounted.md)

## QueriesPreviewXEvents.QueryPreviewUnmounted property

The query preview has been unmounted. Payload: The query preview's unique id (query hash) and its cache value.

**Signature:**

```typescript
QueryPreviewUnmounted: {
        queryPreviewHash: string;
        cache: boolean;
    };
```
