UNPKG

@empathyco/x-components

Version:
17 lines (11 loc) 623 B
<!-- 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; }; ```