EdgeInfoFull<EdgeProperties>
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:95
边信息(权重 + 属性)
Extends
EdgeInfoWithWeight.EdgeInfoWithProperties<EdgeProperties>
Type Parameters
| Type Parameter | Default type |
|---|---|
EdgeProperties | GraphEdgePropertiesRecord |
Properties
direction
direction: "in" | "out";
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:75
Inherited from
properties
properties: EdgeProperties;
Defined in: rxdb-plugin-graph/src/graph-repository.interface.ts:89
Inherited from
EdgeInfoWithProperties.properties
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