@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 561 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchBoxXEvents](./x-components.searchboxxevents.md) > [UserClearedQuery](./x-components.searchboxxevents.userclearedquery.md)
## SearchBoxXEvents.UserClearedQuery property
The user cleared the search-box query in any way, typing or pressing a button that clears it. The payload is usually an empty string. Payload: string.
**Signature:**
```typescript
UserClearedQuery: string;
```