DiagramComponentProps
Props for the DiagramComponent
| Name | Type | Description |
|---|---|---|
| className? | string | Optional class name to set on the container |
| data? | any | Optional initial data |
| modelOptions? | ModelOptions | Options for the underlying model |
| options? | DiagramOptions | Options for the Diagram |
| style? | Record<string,string> | Optional style object to apply to the container element. |
| url? | string | Optional URL to load initial data from. |