UNPKG

@empathyco/x-components

Version:
60 lines (28 loc) 869 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) ## SearchBoxMutations interface SearchBox store mutations. **Signature:** ```typescript export interface SearchBoxMutations extends QueryMutations ``` **Extends:** [QueryMutations](./x-components.querymutations.md) ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [setInputStatus](./x-components.searchboxmutations.setinputstatus.md) </td><td> </td><td> (inputStatus: InputStatus) =&gt; void </td><td> Sets the new input status of the search-box. </td></tr> </tbody></table>