跳到主要内容

GraphEdgePropertyValue

type GraphEdgePropertyValue = string | number | boolean | Date;

Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:15

边属性值类型

Remarks

Date 存储时序列化为 ISO 字符串,查询返回值为 ISO 字符串; 过滤时可直接传 Date 对象(内部按 ISO 字符串匹配)