跳到主要内容

EdgeInfoFull<EdgeProperties>

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

边信息(权重 + 属性)

Extends

Type Parameters

Type ParameterDefault type
EdgePropertiesRecord<string, string | number | boolean>

Properties

direction

direction: "in" | "out";

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

Inherited from

EdgeInfoWithWeight.direction


properties

properties: EdgeProperties;

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

Inherited from

EdgeInfoWithProperties.properties


sourceId

sourceId: string;

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

Inherited from

EdgeInfoWithWeight.sourceId


targetId

targetId: string;

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

Inherited from

EdgeInfoWithWeight.targetId


weight

weight: number;

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

Inherited from

EdgeInfoWithWeight.weight