Skip to content

NetworkLink

Defined in: types/index.ts:588

An edge in a network / force-directed graph.

source: string

Defined in: types/index.ts:590

Endpoint node id.


target: string

Defined in: types/index.ts:592

Endpoint node id.


optional value?: number

Defined in: types/index.ts:594

Optional edge weight; influences spring rest length when set.