Skip to content

BPMN Panel API / Panel Types / SelectionTheme

Type Alias: SelectionTheme

ts
type SelectionTheme = {
  node: HexColor;
  edge: HexColor;
};

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

Declared selection theme shape

The current panel renderer does not consume this configuration.

Properties

PropertyTypeDescription

node

HexColor

Color for selected nodes

edge

HexColor

Color for selected edges