@empathyco/x-components
Version:
Empathy X Components
16 lines (10 loc) • 876 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [/x-components](./x-components.md) > [HistoryQueries](./x-components.historyqueries.md)
## HistoryQueries variable
This component renders a list of suggestions coming from the user queries history. Allows the user to select one of them, emitting the needed events. A history query is just another type of suggestion that contains a query that the user has made in the past.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, {
historyQueriesWithResults: import("vue").ComputedRef<import("@empathyco/x-types").HistoryQuery[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```