EdgeInfoWithWeight
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:62
边信息(带权重)
Extends
Extended by
Properties
direction
direction: "in" | "out";
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:56
Inherited from
sourceId
sourceId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:54
Inherited from
targetId
targetId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:55
Inherited from
weight
weight: number;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:63