UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 750 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchBoxActions](./x-components.searchboxactions.md) ## SearchBoxActions interface SearchBox store actions. **Signature:** ```typescript export interface SearchBoxActions ``` ## Methods | Method | Description | | --- | --- | | [setInputStatus(event)](./x-components.searchboxactions.setinputstatus.md) | Changes the machine state to a new state and updates the input status in the store with it. | | [setUrlParams(urlParams)](./x-components.searchboxactions.seturlparams.md) | Checks if the url has a query on it and then updates the state with that value. |