@empathyco/x-components
Version:
Empathy X Components
16 lines (10 loc) • 690 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SemanticQueries](./x-components.semanticqueries.md)
## SemanticQueries variable
Retrieves a list of semantic queries from the state and exposes them in the slots.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, {
suggestions: import("vue").ComputedRef<import("@empathyco/x-types").SemanticQuery[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```