@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 645 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) > [setInputStatus](./x-components.searchboxmutations.setinputstatus.md)
## SearchBoxMutations.setInputStatus() method
Sets the new input status of the search-box.
**Signature:**
```typescript
setInputStatus(inputStatus: InputStatus): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| inputStatus | InputStatus | The new of the search-box. |
**Returns:**
void