API Reference > ui-components > Properties > renderLinks renderLinks FunctionConst 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 Returns - React.ReactNode | Promise<React.ReactNode> Defined in ui/components/src/ui-components/properties/LinkHandler.tsx Line 92 Last Updated: 13 June, 2024