Skip to content

BPMN Panel API / Panel Types / EdgeTheme

Type Alias: EdgeTheme

ts
type EdgeTheme = Partial<Record<"default" | "sequenceFlow" | "conditional" | string, EdgeStyle>>;

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

Declared edge-theme shape keyed by edge kind.

The current panel renderer ignores graph.theme, including this mapping, and supplies its own default theme.