Skip to content

NetworkLink

Defined in: types/index.ts:391

An edge in a network / force-directed graph.

Properties

source

source: string

Defined in: types/index.ts:392


target

target: string

Defined in: types/index.ts:393


value?

optional value?: number

Defined in: types/index.ts:394