useInfiniteScroll()
function useInfiniteScroll<T>(EntityType, options): InfiniteScrollResource<InstanceType<T>>;
Defined in: useInfiniteScroll.ts:50
使用 RxDB 游标查询提供无限滚动状态。
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Parameters
| Parameter | Type |
|---|---|
EntityType | T |
options | UseOptions<EntityStaticType<T, "findByCursorOptions">> |
Returns
InfiniteScrollResource<InstanceType<T>>