sp webpart base.baseclientsidewebpart.renderedfrompersisteddata - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-webpart-base > BaseClientSideWebPart > renderedFromPersistedData

BaseClientSideWebPart.renderedFromPersistedData property

This property indicates whether the web part was rendered from the persisted data (serialized state from the last time that the web part was saved) or not.

Signature:

protected get renderedFromPersistedData(): boolean;

Remarks

Example: When web part is added for the first time using toolbox then the value is false.

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