useFindAll()
function useFindAll<T>(EntityType, options): RxDBResource<InstanceType<T>[]>;
Defined in: hooks.ts:227
Find all entities
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Parameters
| Parameter | Type | Description |
|---|---|---|
EntityType | T | The entity class |
options | UseOptions<EntityStaticType<T, "findAllOptions">> | Query options |
Returns
RxDBResource<InstanceType<T>[]>
A resource object containing all entities