Skip to content

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

PropertyTypeDescription

title?

HexColor

Color for avatar title text

fill?

HexColor

Fill color for avatar circle