Skip to content

NetworkLink

Defined in: types/index.ts:591

An edge in a network / force-directed graph.

source: string

Defined in: types/index.ts:593

Endpoint node id.


target: string

Defined in: types/index.ts:595

Endpoint node id.


optional value?: number

Defined in: types/index.ts:597

Optional edge weight; influences spring rest length when set.