OrgChartOperationDescriptors
The descriptors of the data operations which are applied to the OrgChart component.
Definition
Package:@progress/kendo-react-orgchart
Properties
check?
string[] | OrgChartCheckDescriptor
Sets the hierarchical indices of the items to which the check operation applies, or the descriptor of the operation.
checkField?
string
The check field of the item.
childrenField?
string
The children field of the item.
cloneField?
string
When the operations are applied, the corresponding items and their parents are cloned.
For performance reasons, OrgChart items are cloned only once.
The name of the field which provides a Boolean representation of whether an item is already cloned.
Defaults to cloned.
expand?
string[] | OrgChartOperationDescriptor
The hierarchical indices of the items to which the expand operation will be applied, or the descriptor of the operation.
expandField?
string
The expand field of the item.
select?
string[] | OrgChartOperationDescriptor
The hierarchical indices of the items to which the select operation will be applied, or the descriptor of the operation.
selectField?
string
The select field of the item.