sp webpart base.iwebpartdata.properties - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

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' }

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