@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 812 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchBoxState](./x-components.searchboxstate.md)
## SearchBoxState interface
SearchBox store state.
**Signature:**
```typescript
export interface SearchBoxState extends QueryState
```
**Extends:** [QueryState](./x-components.querystate.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[inputStatus](./x-components.searchboxstate.inputstatus.md)
</td><td>
</td><td>
string
</td><td>
The status of the search box input based on a state machine.
</td></tr>
</tbody></table>