EdgeFilterOptionsWithWeight
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:20
边过滤条件(带权重)
Extends
Extended by
Properties
weight?
optional weight: object;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:25
权重范围过滤
max?
optional max: number;
min?
optional min: number;
Example
{ min: 1, max: 10 }