Skip to main content

GraphEdge

Defined in: packages/core/src/graphs/types.ts:13

Properties

data?

optional data: Record<string, unknown>

Defined in: packages/core/src/graphs/types.ts:18


id

id: string

Defined in: packages/core/src/graphs/types.ts:14


label?

optional label: string

Defined in: packages/core/src/graphs/types.ts:17


source

source: string

Defined in: packages/core/src/graphs/types.ts:15


target

target: string

Defined in: packages/core/src/graphs/types.ts:16