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

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

ISerializedWebPartData.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 JSON stringifiable object hierarchy.

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

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