UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 541 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueryMutations](./x-components.querymutations.md) &gt; [setQuery](./x-components.querymutations.setquery.md) ## QueryMutations.setQuery() method Sets the query. **Signature:** ```typescript setQuery(query: string): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | query | string | The new query. | **Returns:** void