<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchBoxMutations](./x-components.searchboxmutations.md)

## SearchBoxMutations interface

SearchBox store mutations.

**Signature:**

```typescript
export interface SearchBoxMutations extends QueryMutations 
```
**Extends:** [QueryMutations](./x-components.querymutations.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [setInputStatus](./x-components.searchboxmutations.setinputstatus.md) |  | (inputStatus: InputStatus) =&gt; void | Sets the new input status of the search-box. |

