New to KendoReact? Start a free 30-day trial
DiagramDataItem
DiagramDataItemPremium
Updated on Apr 2, 2026
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.
type DiagramDataItem = T | Record<string>;