OptionalemptyShown when loading is complete but there are no items.
Callback to fetch the next page.
Whether more pages exist beyond what has been fetched.
Whether a subsequent page is currently being fetched.
Whether the initial page is still loading.
Flattened items array (typically from useInfiniteItems).
OptionalloadingShown while the initial page is loading.
OptionalscrollWhen provided, scopes the IntersectionObserver to this scroll container instead of the viewport.
Render function that receives the items array.