EdgeFilterOptionsWithProperties<EdgeProperties>
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:31
边过滤条件(带属性)
Extends
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
EdgeProperties | Record<string, string | number | boolean> |
Properties
properties?
optional properties: EdgeProperties;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:41
边属性过滤(简单键值匹配)
Example
{ category: 'business', type: 'partner' }
Remarks
仅支持相等匹配,不支持范围/模糊查询