DiagramDataItem
Union
DiagramDataItem
type
Represents a typed item or a custom data object used for data binding in the Diagram.
When T is provided, the item is a known typed option (e.g., ShapeOptions or ConnectionOptions).
Otherwise, it can be a custom object that will be mapped using the corresponding model fields configuration.
Possible values:
- T
- Record<string, unknown>