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