UNPKG

@empathyco/x-components

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