Appearance
BPMN Panel API / Panel Types / Graph
Type Alias: Graph
ts
type Graph = {
readOnly?: boolean;
toolbar: Toolbar;
nodes: Node[];
edges: Edge[];
theme?: ThemeConfig;
};Defined in: features/panels/variants/bpmn/types/panel/graph/graph.ts:11
Graph visualization configuration
Properties
| Property | Type | Description |
|---|---|---|
| When true, disables editing of the BPMN diagram. Default ts | |
Toolbar configuration. Converts to | ||
| Array of node configurations for the graph. | |
| Declared legacy edge configuration shape. The current panel renderer ignores | |
Declared legacy theme configuration. The current panel renderer ignores |