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