Home > @jsplumbtoolkit/browser-ui > SurfaceRenderOptions > simpleEdgeStyles
SurfaceRenderOptions.simpleEdgeStyles property
Defaults to false. This flag 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. In version 6 of the Toolkit this flag will likely default to true.
Signature:
simpleEdgeStyles?: boolean;