File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ You can find different layout examples **[here](https://github.com/onderonur/rea
119119| onLoadMore | The callback function to execute when the 'onLoadMore' is triggered. | VoidFunction | ❌ | |
120120| rootMargin | We pass this to 'IntersectionObserver'. We can use it to configure when to trigger 'onLoadMore'. | string | ✅ | |
121121| disabled | Flag to stop infinite scrolling. Can be used in case of an error etc too. | boolean | ✅ | |
122- | delayInMs | How long it should wait before triggering 'onLoadMore'. | number | ✅ | 100 |
122+ | delayInMs | How long it should wait before triggering 'onLoadMore' (in milliseconds). | number | ✅ | 100 |
123123
124124[ build-badge ] : https://img.shields.io/travis/user/repo/master.png?style=flat-square
125125[ build ] : https://travis-ci.org/user/repo
You can’t perform that action at this time.
0 commit comments