UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 886 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesActions](./x-components.historyqueriesactions.md) &gt; [updateHistoryQueriesWithSearchResponse](./x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md) ## HistoryQueriesActions.updateHistoryQueriesWithSearchResponse() method Updates the history queries with the relevant info included in a search response. **Signature:** ```typescript updateHistoryQueriesWithSearchResponse(searchResponse: InternalSearchResponse): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | searchResponse | [InternalSearchResponse](./x-components.internalsearchresponse.md) | The search response to update history queries with. | **Returns:** void