sp component base.iserializedserverprocesseddata - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > ISerializedServerProcessedData
Contains collections of data that can be processed by server side services like search index and link fixup
Signature:
export interface ISerializedServerProcessedData| Property | Type | Description |
|---|---|---|
| htmlStrings? | { [key: string]: string; } | (Optional) A key-value map where keys are string identifiers and values are rich text with HTML format. |
| imageSources? | { [key: string]: string; } | (Optional) A key-value map where keys are string identifiers and values are image sources. |
| links? | { [key: string]: string; } | (Optional) A key-value map where keys are string identifiers and values are links. |
| searchablePlainTexts? | { [key: string]: string; } | (Optional) A key-value map where keys are string identifiers and values are strings that should be search indexed. |