Skip to main content

Home > @jsplumbtoolkit/browser-ui > SurfaceRenderOptions > simpleEdgeStyles

SurfaceRenderOptions.simpleEdgeStyles property

From 6.2.0, defaults to true. Prior versions default this flag to false. Instructs the Surface to automatically extract color, lineWidth, outlineWidth and outlineColor values from the backing data for edges, and to use these to set the appearance of a connection for that edge.

Signature:

simpleEdgeStyles?: boolean;