normalizePathsOptions()
function normalizePathsOptions<T, U, V>(options): FindPathsOptions<T, U, V>;
Defined in: rxdb-plugin-graph/src/utils.ts:36
规范化路径查询选项
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends EntityType | - |
U | GraphWhere<T> |
V extends object | object |
Parameters
| Parameter | Type |
|---|---|
options | FindPathsOptions<T, U, V> |
Returns
FindPathsOptions<T, U, V>