GoogleOrgChart provides a react component wrapper to google's Organization Chart. For details: Organization Chart
Select children of each node
type: func
if disabled no selection and mouseover events
type: bool
defaultValue: false
Select a key for each data element
type: func
if multiSelect multiple elements/nodes can be selected
type: bool
defaultValue: false
onChange handler function this function is triggered when a selection is made
type: func
defaultValue: () => []
Hierarchical data element representing the organization structure
type: object
defaultValue: []
if singleSelect only single element/node can be selected
type: bool
defaultValue: false
Select the title for each element
type: func
Selected data element
type: array
defaultValue: []