UNPKG

@empathyco/x-components

Version:
26 lines (20 loc) 1.04 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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; }; }>>, {}, {}> ```