Appearance
BPMN Panel API / Panel Types / TaskNodeTheme
Type Alias: TaskNodeTheme
ts
type TaskNodeTheme = SimpleNodeTheme & {
title?: HexColor;
subtitle?: HexColor;
avatar?: TaskAvatarTheme;
fields?: TaskFieldsTheme;
};Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:72
Declared task node theme shape
Extends SimpleNodeTheme with task-specific fields. The current panel renderer does not consume this configuration.
Type Declaration
| Name | Type | Description |
|---|---|---|
|
| Title text color |
|
| Subtitle text color |
| Avatar styling | |
| Field rows styling |