useGraphPaths()
function useGraphPaths<T>(EntityType, options): RxDBResource<unknown[]>;
Defined in: hooks.ts:236
查找图实体之间的路径。
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Parameters
| Parameter | Type |
|---|---|
EntityType | T |
options | UseOptions<EntityStaticType<T, "findPathsOptions">> |
Returns
RxDBResource<unknown[]>