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

sp webpart base.iwebpartpropertymetadata

John Nguyen edited this page Aug 19, 2021 · 3 revisions

Home > @microsoft/sp-webpart-base > IWebPartPropertyMetadata

IWebPartPropertyMetadata interface

This is the structure used for map values in IWebPartPropertiesMetadata

Signature:

export interface IWebPartPropertyMetadata extends IComponentPropertyMetadata

Extends: IComponentPropertyMetadata

Properties

Property Type Description
dynamicPropertyType? 'boolean' | 'number' | 'string' | 'array' | 'object' (Optional) If specified, indicates that the property is a dynamic property and the type of the dynamic property.
Clone this wiki locally