@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 623 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueriesPreviewXEvents](./x-components.queriespreviewxevents.md) > [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;
};
```