Appearance
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
| Property | Type | Description |
|---|---|---|
| Stroke color | |
| Dash pattern (e.g., [5, 5] for dashed line) | |
| Label text color |