API Reference > ui-components > Tree > TreeRendererProps 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 ui/components/src/ui-components/tree/controlled/component/TreeRenderer.tsx Line 36 Last Updated: 13 June, 2024