Renders anchor tag by wrapping or splitting provided text

renderLinks(text: string | Promise<string>, record: PropertyRecord, highlight?: (text: string) => React.ReactNode): React.ReactNode | Promise<React.ReactNode>

Parameter Type Description
text string | Promise<string>  
record PropertyRecord  
highlight (text: string) => React.ReactNode  

Defined in

Last Updated: 05 June, 2020