Appearance
BPMN Panel API / Panel Types / TaskAvatarTheme
Type Alias: TaskAvatarTheme
ts
type TaskAvatarTheme = {
title?: HexColor;
fill?: HexColor;
};Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:17
Declared avatar styling shape for task nodes
The current panel renderer does not consume this configuration.
Properties
| Property | Type | Description |
|---|---|---|
| Color for avatar title text | |
| Fill color for avatar circle |