DiagramComponentProps
| Name | Type | Description |
|---|---|---|
| data? | any | Optional initial data to load |
| diagramId? | string | Optional ID to assign to the Diagram so you can reference it elsewhere in the UI. It is preferable, though, to use providers for this. |
| modelOptions? | ModelOptions | Options for the underlying model. |
| options | DiagramOptions | Options for the Diagram. |
| url? | string | Optional URL from which to load data |