@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 733 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchBoxGetters](./x-components.searchboxgetters.md)
## SearchBoxGetters interface
SearchBox store getters.
**Signature:**
```typescript
export interface SearchBoxGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[trimmedQuery](./x-components.searchboxgetters.trimmedquery.md)
</td><td>
</td><td>
string
</td><td>
The query without initial or ending spaces.
</td></tr>
</tbody></table>