sp component base.iserializedserverprocesseddata.links - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > ISerializedServerProcessedData > links
A key-value map where keys are string identifiers and values are links.
Signature:
links?: {
[key: string]: string;
};SharePoint servers treat the values as links and run services like link fixup on them.
Example:
{
'myWebURL': 'http://contoso.com'
'myFileLink': 'https://res.contoso.com/file.docx'
}