UNPKG

@empathyco/x-components

Version:
27 lines (18 loc) 2.15 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UseAliasStatusAPI](./x-components.usealiasstatusapi.md) ## UseAliasStatusAPI interface Alias to facilitate retrieving the modules with status. **Signature:** ```typescript export interface UseAliasStatusAPI ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [identifierResults](./x-components.usealiasstatusapi.identifierresults.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md) status. | | [nextQueries](./x-components.usealiasstatusapi.nextqueries.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [NextQueriesXModule](./x-components.nextqueriesxmodule.md) status. | | [popularSearches](./x-components.usealiasstatusapi.popularsearches.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [PopularSearchesXModule](./x-components.popularsearchesxmodule.md) status. | | [querySuggestions](./x-components.usealiasstatusapi.querysuggestions.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) status. | | [recommendations](./x-components.usealiasstatusapi.recommendations.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [RecommendationsXModule](./x-components.recommendationsxmodule.md) status. | | [relatedTags](./x-components.usealiasstatusapi.relatedtags.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) status. | | [search](./x-components.usealiasstatusapi.search.md) | <code>readonly</code> | [RequestStatus](./x-components.requeststatus.md) \| undefined | The [SearchXModule](./x-components.searchxmodule.md) status. |