UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 561 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchBoxXEvents](./x-components.searchboxxevents.md) &gt; [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; ```