Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

LayerPlainOptions

Defined in: packages/sigma/src/rendering/edges/layers/plain.ts:12

Properties

color?

optional color?: EdgeColorValue

Defined in: packages/sigma/src/rendering/edges/layers/plain.ts:20

Fill color. Accepts a constant color, a per-edge attribute, or a node color reference (e.g. { node: "source" } for edges wearing their source node’s color).

Default: the edge’s own color (color style).