@empathyco/x-components
Version:
Empathy X Components
26 lines (20 loc) • 1.04 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RemoveHistoryQuery](./x-components.removehistoryquery.md)
## RemoveHistoryQuery variable
Button that when it is pressed emits the [HistoryQueriesXEvents.UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md) event, expressing the user intention to remove a query in the history.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
historyQuery: {
type: PropType<HistoryQuery>;
required: true;
};
}, {
removeHistoryQueryEvent: import("vue").ComputedRef<Partial<XEventsTypes>>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
historyQuery: {
type: PropType<HistoryQuery>;
required: true;
};
}>>, {}, {}>
```