OrgChartProps
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? |
|
Specifies the field which will provide an avatar representation for the item. Defaults to | |
avatarType? |
|
Specifies the type of the Avatar that will be rendered for the OrgChart item. Defaults to | |
cardHeight? |
|
Specifies the height of the card of the OrgChart. | |
cardsColors? |
|
Specifies a string array with the colors applied to the items. By default the colors come from the Kendo Theme that is used. | |
cardWidth? |
|
Specifies the width of the card of the OrgChart. | |
childrenField? |
|
Specifies the name of the field which will provide an array representation of the item children. | |
className? |
|
Sets additional classes to the OrgChart. | |
data? |
|
Sets the data of the OrgChart. | |
expandField? |
|
Specifies the name of the field which will provide a Boolean representation for the expanded state of the item. Defaults to | |
groupField? |
|
Specifies the field by which the OrgChart data is grouped. | |
groupSubtitleHeight? |
|
Specifies the height of the subtitle of the grouped OrgChart. | |
groupSubtitleRender? |
|
Defines the component that will be used for rendering each of the grouped OrgChart subtitle. | |
groupTitleHeight? |
|
Specifies the height of the title of the grouped OrgChart. | |
groupTitleRender? |
|
Defines the component that will be used for rendering each of the grouped OrgChart title. | |
hasChildrenField? |
|
Specifies 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.
Defaults to | |
height? |
|
Specifies the width the OrgChart. | |
id? |
|
Sets custom id to the OrgChart. | |
idField? |
|
Specifies the name of the field which will provide a id for the item. Defaults to | |
itemRender? |
|
Defines the component that will be used for rendering each of the OrgChart items. | |
navigatable? |
|
Specifies if the OrgChart can be navigatable with keyboard.
Defaults to | |
onExpandChange? |
|
Fires when a node or group is expanded. | |
onGroupAction? |
|
Triggers the group action event. | |
onItemAction? |
|
Triggers the item action event. | |
onItemContextMenu? |
|
Triggers the item contextmenu action event. | |
onItemDoubleClick? |
|
Triggers the item double click action event. | |
showAvatar? |
|
| |
style? |
|
The styles that are applied to the OrgChart. | |
subtitleField? |
|
Specifies the name of the field which will provide a subtitle representation for the item. Defaults to | |
titleField? |
|
Specifies the name of the field which will provide a title representation for the item. Defaults to | |
verticalLine? |
|
Specifies the height of the vertical line of the OrgChart. |