Appearance
BPMN Panel API / Panel Types / SimpleNodeTheme
Type Alias: SimpleNodeTheme
ts
type SimpleNodeTheme = {
bg?: HexColor;
border?: HexColor;
};Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:59
Declared basic node theme shape with background and border
The current panel renderer does not consume this configuration.
Properties
| Property | Type | Description |
|---|---|---|
| Background color | |
| Border color |