Skip to content

NetworkNode

Defined in: types/index.ts:576

A node in a network / force-directed graph.

optional group?: string | number

Defined in: types/index.ts:582

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


id: string

Defined in: types/index.ts:578

Unique node id used by NetworkLink endpoints.


optional label?: string

Defined in: types/index.ts:580

Optional display label (defaults to the id).


optional size?: number

Defined in: types/index.ts:584

Optional radius in pixels. Falls back to a constant.