UNPKG

@empathyco/x-components

Version:
97 lines (43 loc) 1.18 kB
<!-- 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 <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [normalizedQuery](./x-components.semanticqueriesgetters.normalizedquery.md) </td><td> </td><td> string </td><td> The normalized module's query. </td></tr> <tr><td> [query](./x-components.semanticqueriesgetters.query.md) </td><td> </td><td> string </td><td> The combination of the query and the selected related tags. </td></tr> <tr><td> [request](./x-components.semanticqueriesgetters.request.md) </td><td> </td><td> SemanticQueriesRequest \| null </td><td> The request to fetch the semantic queries. </td></tr> </tbody></table>