Skip to content

BPMN Panel API / Shared Types / KeyValue

Type Alias: KeyValue

ts
type KeyValue = {
  key: string;
  value?: string;
  label?: string;
};

Defined in: features/panels/variants/bpmn/types/shared/key-value.ts:4

Key-value pair for displaying a field.

Properties

PropertyTypeDescription

key

string

Key of the field to display

value?

string

Value of the field to display

label?

string

Label for the field