Skip to content

BPMN Panel API / Panel Types / SimpleNodeTheme

Type Alias: SimpleNodeTheme

ts
type SimpleNodeTheme = {
  bg?: HexColor;
  border?: HexColor;
};

Defined in: features/panels/variants/bpmn/types/panel/graph/theme/index.ts:59

Declared basic node theme shape with background and border

The current panel renderer does not consume this configuration.

Properties

PropertyTypeDescription

bg?

HexColor

Background color

border?

HexColor

Border color