UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 559 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestionsActions](./x-components.querysuggestionsactions.md) &gt; [fetchSuggestions](./x-components.querysuggestionsactions.fetchsuggestions.md) ## QuerySuggestionsActions.fetchSuggestions property Requests and returns a list of suggestions based on the module state. **Signature:** ```typescript fetchSuggestions: (request: QuerySuggestionsRequest | null) => Suggestion[]; ```