@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 595 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchXEvents](./x-components.searchxevents.md) > [SearchRequestChanged](./x-components.searchxevents.searchrequestchanged.md)
## SearchXEvents.SearchRequestChanged property
Any property of the search request has changed. Payload: The new search request or `null` if there is not enough data in the state to conform a valid request.
**Signature:**
```typescript
SearchRequestChanged: InternalSearchRequest | null;
```