跳到主要内容

EdgeInfoWithProperties<EdgeProperties>

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

边信息(带属性)

Extends

Extended by

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

EdgeInfo.direction


properties

properties: EdgeProperties;

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


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