useFindByCursor()
function useFindByCursor<T>(EntityType, options): RxDBResource<InstanceType<T>[]>;
Defined in: hooks.ts:153
使用游标分页查找实体。
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Parameters
| Parameter | Type |
|---|---|
EntityType | T |
options | UseOptions<EntityStaticType<T, "findByCursorOptions">> |
Returns
RxDBResource<InstanceType<T>[]>