DiagramPropsPremium
Represents the props of the KendoReact Diagram component.
| Name | Type | Default | Description |
|---|---|---|---|
ariaLabel? |
|
Sets the | |
className? |
|
Sets additional CSS class names on the outermost wrapper element of the tsx
| |
connectionDefaults? |
|
Defines the default configuration options applicable to all connections. | |
connectionModelFields? |
|
Defines the field mapping configuration for connections data binding.
Maps source object properties to | |
connections? |
|
Defines the connections that render between the shapes in the | |
editable? |
|
|
A set of settings to configure the |
layout? |
|
Defines the layout configuration for arranging shapes and connections in the | |
navigable? |
|
|
Enables keyboard navigation in the |
onChange? |
|
Fires when a shape or connection is created or removed. | |
onDiagramClick? |
|
Fires when the user clicks on a shape or a connection. | |
onDrag? |
|
Fires when the user drags an item. | |
onDragEnd? |
|
Fires when the user stops dragging an item. | |
onDragStart? |
|
Fires when the user starts dragging an item. | |
onMouseEnter? |
|
Fires when the mouse pointer enters a shape or connection. | |
onMouseLeave? |
|
Fires when the mouse pointer leaves a shape or connection. | |
onPan? |
|
Fires when the user pans the | |
onSelect? |
|
Fires when the user selects one or more items. | |
onShapeBoundsChange? |
|
Fires when the location or size of an item are changed. | |
onTooltipHide? |
|
Fires when a tooltip should be hidden. | |
onTooltipShow? |
|
Fires when a tooltip should be shown for a shape or connection. | |
onZoomEnd? |
|
Fires when the | |
onZoomStart? |
|
Fires when the | |
pannable? |
|
|
Defines the pannable options. Use this setting to disable |
role? |
|
|
Sets the |
selectable? |
|
|
Defines the |
shapeDefaults? |
|
Defines the default configuration options applicable to all shapes. | |
shapeModelFields? |
|
Defines the field mapping configuration for shapes data binding.
Maps source object properties to | |
shapes? |
|
Defines the shapes that render in the | |
style? |
|
Sets the inline styles for the outermost wrapper element of the tsx
| |
zoom? |
|
|
Defines the zoom level of the |
zoomMax? |
|
|
Defines the maximum zoom level of the |
zoomMin? |
|
|
Defines the minimum zoom level of the |
zoomRate? |
|
|
Defines the zoom rate of the |