UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 888 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueriesGetters](./x-components.semanticqueriesgetters.md) ## SemanticQueriesGetters interface SemanticQueries store getters. **Signature:** ```typescript export interface SemanticQueriesGetters ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [normalizedQuery](./x-components.semanticqueriesgetters.normalizedquery.md) | | string | The normalized module's query. | | [query](./x-components.semanticqueriesgetters.query.md) | | string | The combination of the query and the selected related tags. | | [request](./x-components.semanticqueriesgetters.request.md) | | SemanticQueriesRequest \| null | The request to fetch the semantic queries. |