Skip to content

BPMN Panel API / Panel Types / EdgeStyle

Type Alias: EdgeStyle

ts
type EdgeStyle = {
  stroke?: HexColor;
  dash?: number[];
  labelColor?: HexColor;
};

Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:88

Declared edge/connector styling shape

The current panel renderer does not consume this configuration.

Properties

PropertyTypeDescription

stroke?

HexColor

Stroke color

dash?

number[]

Dash pattern (e.g., [5, 5] for dashed line)

labelColor?

HexColor

Label text color