<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>

