sp component base.iserializedserverprocesseddata.links - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-component-base > ISerializedServerProcessedData > links

ISerializedServerProcessedData.links property

A key-value map where keys are string identifiers and values are links.

Signature:

links?: {
        [key: string]: string;
    };

Remarks

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'
}

⚠️ **GitHub.com Fallback** ⚠️