API Reference > ui-components > Tree > HighlightingEngine HighlightingEngine Class Beta Tree highlighting engine Methods Name Description constructor(props: HighlightableTreeProps): HighlightingEngine createRenderProps(node: { id?: string }): HighlightableTreeNodeProps getActiveMatchIndex(node: { id?: string }): undefined | number isNodeActive(node: { id?: string }): undefined | boolean renderNodeLabel(text: string, props: HighlightableTreeNodeProps): ReactNode Static Properties Name Type Description ACTIVE_CLASS_NAME StaticReadonly "components-activehighlight" Defined in ui/components/src/ui-components/tree/HighlightingEngine.tsx Line 46 Last Updated: 11 June, 2024