OrgChartPropsPremium
Represents the props of the KendoReact OrgChart component.
| Name | Type | Default | Description | 
|---|---|---|---|
ariaLabel? | 
 | 
 Sets custom aria-label to the OrgChart. The default value is "Org Chart"  | |
avatarField? | 
 | 
 | 
 Sets the field which provides an avatar representation for the item.  | 
avatarType? | 
 | 
 | 
 Sets the type of the Avatar that renders for the OrgChart item.  | 
cardHeight? | 
 | 
 Sets the height of the card of the OrgChart.  | |
cardsColors? | 
 | 
 Sets a string array with the colors for the items. By default the colors come from the current Kendo Theme.  | |
cardWidth? | 
 | 
 Sets the width of the card of the OrgChart.  | |
childrenField? | 
 | 
 Sets the name of the field which provides an array representation of the item children.  | |
className? | 
 | 
 Sets additional classes to the OrgChart.  | |
data? | 
 | 
 Sets the data of the OrgChart.  | |
expandField? | 
 | 
 | 
 Sets the name of the field which provides a Boolean representation for the expanded state of the item.  | 
groupField? | 
 | 
 Sets the field by which the OrgChart data is grouped.  | |
groupSubtitleHeight? | 
 | 
 Sets the height of the subtitle of the grouped OrgChart.  | |
groupSubtitleRender? | 
 | 
 Sets the component that renders each of the grouped OrgChart subtitle.  | |
groupTitleHeight? | 
 | 
 Sets the height of the title of the grouped OrgChart.  | |
groupTitleRender? | 
 | 
 Sets the component that renders each of the grouped OrgChart title.  | |
hasChildrenField? | 
 | 
 | 
 Sets the name of the field which indicates to the OrgChart that an item has children even if the children are not initially passed. Used for implementing the load-on-demand feature.  | 
height? | 
 | 
 Sets the height of the OrgChart.  | |
id? | 
 | 
 Sets custom id to the OrgChart.  | |
idField? | 
 | 
 | 
 Sets the name of the field which provides an id for the item.  | 
itemRender? | 
 | 
 Sets the component that renders each of the OrgChart items.  | |
navigatable? | 
 | 
 | 
 Sets if the OrgChart can be navigated with the keyboard. jsx 
 | 
onExpandChange? | 
 | 
 Fires when a node or group is expanded. jsx 
 | |
onGroupAction? | 
 | 
 Triggers the group action event. jsx 
 | |
onItemAction? | 
 | 
 Triggers the item action event. jsx 
 | |
onItemContextMenu? | 
 | 
 Triggers the item context menu action event. jsx 
 | |
onItemDoubleClick? | 
 | 
 Triggers the item double-click action event. jsx 
 | |
showAvatar? | 
 | 
 | 
 Sets if the Avatar inside the OrgChart's cards is displayed.  | 
style? | 
 | 
 Sets additional CSS styles to the OrgChart.  | |
subtitleField? | 
 | 
 | 
 Sets the name of the field which provides a subtitle representation for the item.  | 
titleField? | 
 | 
 | 
 Sets the name of the field which provides a title representation for the item.  | 
verticalLine? | 
 | 
 Sets the height of the vertical line of the OrgChart.  |