normalizeNeighborsOptions()
function normalizeNeighborsOptions<T, U, V>(options, preserveZeroLevel?): FindNeighborsOptions<T, U, V>;
Defined in: rxdb-plugin-graph/src/utils.ts:20
规范化邻居查询选项
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends EntityType | - |
U | GraphWhere<T> |
V extends object | object |
Parameters
| Parameter | Type | Default value |
|---|---|---|
options | FindNeighborsOptions<T, U, V> | undefined |
preserveZeroLevel | boolean | false |
Returns
FindNeighborsOptions<T, U, V>