Appearance
BPMN Panel API / Panel Types / LabelsTheme
Type Alias: LabelsTheme
ts
type LabelsTheme = {
defaultFill?: HexColor;
externalFill?: HexColor;
};Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:134
Declared label theme shape
The current panel renderer does not consume this configuration.
Properties
| Property | Type | Description |
|---|---|---|
| Default fill color for labels | |
| Fill color for external labels |