@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 712 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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) => void | Sets the new input status of the search-box. |