Appearance
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
| Property | Type | Description |
|---|---|---|
| Key of the field to display | |
| Value of the field to display | |
| Label for the field |