GraphEntityType
type GraphEntityType = IEntityStaticType & (...args) => IGraphEntity;
Defined in: rxdb-plugin-graph/src/graph.interface.ts:13
图实体类型 扩展了基础实体静态类型,支持图结构操作的构造函数类型
type GraphEntityType = IEntityStaticType & (...args) => IGraphEntity;
Defined in: rxdb-plugin-graph/src/graph.interface.ts:13
图实体类型 扩展了基础实体静态类型,支持图结构操作的构造函数类型