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

sp webpart base.basewebpart.dataversion

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

Home > @microsoft/sp-webpart-base > BaseWebPart > dataVersion

BaseWebPart.dataVersion property

The value of this property is stored in the serialized data of the web part to allow developers to manage versioning of their web part. The default version is 1.0

Signature:

protected get dataVersion(): Version;
Clone this wiki locally