Appearance
BPMN Panel API / Panel Types / ToolbarItemId
Type Alias: ToolbarItemId
ts
type ToolbarItemId = string;Defined in: features/panels/variants/bpmn/types/panel/graph/toolbar/toolbar-item.ts:22
Toolbar item identifier
Unique identifier for the palette item. This is independent of:
- Backend entity type (typeName)
- BPMN node type (bpmnType)
Can be descriptive like "quick-task", "detailed-instruction", "connection-critical"