EdgeInfo
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:53
边信息(基础)
Extended by
Properties
direction
direction: "in" | "out";
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:56
sourceId
sourceId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:54
targetId
targetId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:55