Skip to content

SankeyLink

Defined in: types/index.ts:566

A flow between two Sankey nodes.

source: string

Defined in: types/index.ts:568

Source node id (the flow’s origin).


target: string

Defined in: types/index.ts:570

Target node id (the flow’s destination).


value: number

Defined in: types/index.ts:572

Flow magnitude. Bands and link thickness scale with this.