UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 551 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; [setPage](./x-components.searchmutations.setpage.md) ## SearchMutations.setPage() method Sets the page of the module. **Signature:** ```typescript setPage(page: number): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | page | number | The new page. | **Returns:** void