<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchBoxState](./x-components.searchboxstate.md)

## SearchBoxState interface

SearchBox store state.

**Signature:**

```typescript
export interface SearchBoxState extends QueryState 
```
**Extends:** [QueryState](./x-components.querystate.md)

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[inputStatus](./x-components.searchboxstate.inputstatus.md)


</td><td>


</td><td>

string


</td><td>

The status of the search box input based on a state machine.


</td></tr>
</tbody></table>

