@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 629 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) > [UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md)
## HistoryQueriesXEvents.UserPressedRemoveHistoryQuery property
The user pressed the button for removing a single [history query](./x-types.historyquery.md)<!-- -->. Payload: The `HistoryQuery` to remove.
**Signature:**
```typescript
UserPressedRemoveHistoryQuery: HistoryQuery;
```