UNPKG

@empathyco/x-components

Version:
18 lines (12 loc) 954 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ClearHistoryQueries](./x-components.clearhistoryqueries.md) ## ClearHistoryQueries variable A button that when is pressed, emits the [HistoryQueriesXEvents.UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) event, expressing the user intention to clear the whole history of queries. **Signature:** ```typescript _default: import("vue").DefineComponent<{}, { dynamicClasses: import("vue").ComputedRef<VueCSSClasses>; clearHistoryQueriesEvents: Partial<XEventsTypes>; isHistoryQueriesEmpty: import("vue").ComputedRef<boolean>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> ```