UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 645 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchBoxMutations](./x-components.searchboxmutations.md) &gt; [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