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

sp webpart base.iwebpartdata.properties

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

Home > @microsoft/sp-webpart-base > IWebPartData > properties

IWebPartData.properties property

Web part specific properties. The individual web part owns the definition of these properties.

Signature:

properties?: any;

Remarks

Used by the web part to manage its internal metadata and config data. The framework code never touches these properties.

Supported values: any object hierarchy that can be serialized using JSON.stringify().

Example: { 'value': 'text value' }

Clone this wiki locally