We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-webpart-base > ISerializedWebPartData > properties
Web part specific properties. The individual web part owns the definition of these properties.
Signature:
properties?: any;
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' }
{ 'value': 'text value' }
Home