UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 699 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestionsXEvents](./x-components.querysuggestionsxevents.md) &gt; [QuerySuggestionsRequestUpdated](./x-components.querysuggestionsxevents.querysuggestionsrequestupdated.md) ## QuerySuggestionsXEvents.QuerySuggestionsRequestUpdated property Any property of the query-suggestions request has changed. Payload: The new query suggestions request or `null` if there is not enough data in the state to conform a valid request. **Signature:** ```typescript QuerySuggestionsRequestUpdated: QuerySuggestionsRequest | null; ```