@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 733 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchBoxActions](./x-components.searchboxactions.md) > [setInputStatus](./x-components.searchboxactions.setinputstatus.md)
## SearchBoxActions.setInputStatus() method
Changes the machine state to a new state and updates the input status in the store with it.
**Signature:**
```typescript
setInputStatus(event: XEvent): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| event | [XEvent](./x-components.xevent.md) | The [XEvent](./x-components.xevent.md) to transition to the new state. |
**Returns:**
void