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

sp webpart base.baseclientsidewebpart.renderedfrompersisteddata

John Nguyen edited this page Apr 22, 2021 · 2 revisions

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.

Clone this wiki locally