EdgeInfoWithWeight
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:81
边信息(带权重)
Extends
Extended by
Properties
direction
direction: "in" | "out";
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:75
Inherited from
sourceId
sourceId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:73
Inherited from
targetId
targetId: string;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:74
Inherited from
weight
weight: number;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:82