useFindByCursor()
function useFindByCursor<T>(EntityType, options): RxDBResource<InstanceType<T>[]>;
Defined in: hooks.ts:183
使用游标分页查找实体
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Parameters
| Parameter | Type | Description |
|---|---|---|
EntityType | T | 实体类 |
options | UseOptions<EntityStaticType<T, "findByCursorOptions">> | 游标参数 |
Returns
RxDBResource<InstanceType<T>[]>
返回包含实体数组的资源 signal