Appearance
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
| Property | Type | Description |
|---|---|---|
| Color for selected nodes | |
| Color for selected edges |