@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 869 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setInputStatus](./x-components.searchboxmutations.setinputstatus.md)
</td><td>
</td><td>
(inputStatus: InputStatus) => void
</td><td>
Sets the new input status of the search-box.
</td></tr>
</tbody></table>