NetworkNode
Defined in: types/index.ts:576
A node in a network / force-directed graph.
Properties
Section titled “Properties”group?
Section titled “group?”
optionalgroup?: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.
label?
Section titled “label?”
optionallabel?:string
Defined in: types/index.ts:580
Optional display label (defaults to the id).
optionalsize?:number
Defined in: types/index.ts:584
Optional radius in pixels. Falls back to a constant.