Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp component base.iserializedserverprocesseddata

John Nguyen edited this page Aug 19, 2021 · 1 revision

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

ISerializedServerProcessedData interface

Contains collections of data that can be processed by server side services like search index and link fixup

Signature:

export interface ISerializedServerProcessedData

Properties

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.
Clone this wiki locally