You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -332,7 +332,7 @@ The SharePoint Framework includes a user experience (UX) for connecting two web
332
332
333
333
### Define dynamic web part properties
334
334
335
-
Each web part property, for which the data can be retrieved from a dynamic data source, should be defined as `DynamicProperty<T>` where the `T` type denotes the type of data stored in the property, for example:
335
+
Each web part property, for which the data can be retrieved from a dynamic data source, should be defined as `DynamicProperty<T>` where `T` denotes the type of data stored in the property, for example:
0 commit comments