跳到主要内容

normalizeNeighborsOptions()

function normalizeNeighborsOptions<T, U, V>(options, preserveZeroLevel?): FindNeighborsOptions<T, U, V>;

Defined in: rxdb-plugin-graph/src/utils.ts:20

规范化邻居查询选项

Type Parameters

Type ParameterDefault type
T extends EntityType-
UGraphWhere<T>
V extends objectobject

Parameters

ParameterTypeDefault value
optionsFindNeighborsOptions<T, U, V>undefined
preserveZeroLevelbooleanfalse

Returns

FindNeighborsOptions<T, U, V>