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