@empathyco/x-components
Version:
Empathy X Components
19 lines (10 loc) • 873 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchActions](./x-components.searchactions.md) > [increasePageAppendingResults](./x-components.searchactions.increasepageappendingresults.md)
## SearchActions.increasePageAppendingResults property
Checks if there are more pages of results to load. If there are, then increases the page number in state and set to `true` the [SearchState.isAppendResults](./x-components.searchstate.isappendresults.md) flag.
**Signature:**
```typescript
increasePageAppendingResults: () => void;
```
## Remarks
This action is to implement the infinite scroll behaviour. To increase the page for other purposes, please use the [SearchMutations.setPage](./x-components.searchmutations.setpage.md) mutation.