In my Person
components in my React application, I would like to add links on the names of the people it renders.
I.e. when the displayName
is clicked on, the user is sent to the profile page in Delve of the person it clicked on. For example https://contoso-my.sharepoint.com/_layouts/15/me.aspx/?mail@contoso.com
I was actually hoping this was a setting on the component or similar, but I see that it's not. Is it possible to achieve this using a template? I have already set up atemplate, referring to my other thread here: Working example for Graph Toolkit using SharePoint spfx, React and Get component with template.
Please advise.