Skip to content

NetworkNode

Defined in: types/index.ts:579

A node in a network / force-directed graph.

optional group?: string | number

Defined in: types/index.ts:585

Categorical group; nodes in the same group share a palette colour.


id: string

Defined in: types/index.ts:581

Unique node id used by NetworkLink endpoints.


optional label?: string

Defined in: types/index.ts:583

Optional display label (defaults to the id).


optional size?: number

Defined in: types/index.ts:587

Optional radius in pixels. Falls back to a constant.