HighlightingEngine Class

Beta

Tree highlighting engine

Methods

Name Description
constructor(props: HighlightableTreeProps): HighlightingEngine    
createRenderProps(node: object): HighlightableTreeNodeProps    
getActiveMatchIndex(node: object): undefined | number    
isNodeActive(node: object): undefined | false | true    
renderNodeLabel(text: string, props: HighlightableTreeNodeProps): React.ReactNode Static    

Properties

Name Type Description
ACTIVE_CLASS_NAME Static "components-activehighlight" = "components-activehighlight"    

Defined in

Last Updated: 05 June, 2020