UNPKG

@empathyco/x-components

Version:
166 lines (73 loc) 1.94 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UseAliasQueryAPI](./x-components.usealiasqueryapi.md) ## UseAliasQueryAPI interface Alias to facilitate retrieving the modules with query. **Signature:** ```typescript export interface UseAliasQueryAPI ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [facets](./x-components.usealiasqueryapi.facets.md) </td><td> `readonly` </td><td> string </td><td> The [FacetsXModule](./x-components.facetsxmodule.md) query. </td></tr> <tr><td> [nextQueries](./x-components.usealiasqueryapi.nextqueries.md) </td><td> `readonly` </td><td> string </td><td> The [NextQueriesXModule](./x-components.nextqueriesxmodule.md) query. </td></tr> <tr><td> [querySuggestions](./x-components.usealiasqueryapi.querysuggestions.md) </td><td> `readonly` </td><td> string </td><td> The [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) query. </td></tr> <tr><td> [relatedTags](./x-components.usealiasqueryapi.relatedtags.md) </td><td> `readonly` </td><td> string </td><td> The [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) query. </td></tr> <tr><td> [search](./x-components.usealiasqueryapi.search.md) </td><td> `readonly` </td><td> string </td><td> The [SearchXModule](./x-components.searchxmodule.md) query. </td></tr> <tr><td> [searchBox](./x-components.usealiasqueryapi.searchbox.md) </td><td> `readonly` </td><td> string </td><td> The [SearchBoxXModule](./x-components.searchboxxmodule.md) query. </td></tr> </tbody></table>