TreeRendererProps Interface

Beta

Properties for TreeRenderer component.

Properties

Name Type Description
nodeHeight (node: TreeModelNode | TreeModelNodePlaceholder, index: number) => number Callback that is used to determine node height.  
nodeHighlightingProps undefined | HighlightableTreeProps Properties used to highlight nodes and scroll to active match while filtering.  
nodeLoader ITreeNodeLoader    
nodeRenderer undefined | (props: TreeNodeRendererProps) => React.ReactNode Callback to render custom node.  
treeActions TreeActions    
visibleNodes VisibleTreeNodes Flat list of nodes to be rendered.  

Defined in

Last Updated: 08 January, 2020