HighlightingEngine Class

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

Last Updated: 21 March, 2024