UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 607 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchMutations](./x-components.searchmutations.md) &gt; [setIsNoResults](./x-components.searchmutations.setisnoresults.md) ## SearchMutations.setIsNoResults() method Sets the `isNoResults` flag value. **Signature:** ```typescript setIsNoResults(isNoResults: boolean): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | isNoResults | boolean | The new flag value. | **Returns:** void