<!-- 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

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [inputStatus](./x-components.searchboxstate.inputstatus.md) |  | string | The status of the search box input based on a state machine. |

