This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 5
sp component base.iserializedserverprocesseddata
John Nguyen edited this page Aug 19, 2021
·
1 revision
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. |