跳到主要内容

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

EdgeInfo.direction


sourceId

sourceId: string;

Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:54

Inherited from

EdgeInfo.sourceId


targetId

targetId: string;

Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:55

Inherited from

EdgeInfo.targetId


weight

weight: number;

Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:63