Skip to content

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

NameTypeDescription

title?

HexColor

Title text color

subtitle?

HexColor

Subtitle text color

avatar?

TaskAvatarTheme

Avatar styling

fields?

TaskFieldsTheme

Field rows styling