@@ -60,8 +60,7 @@ functions:
60
60
uid : ' @microsoft/sp-property-pane!PropertyPaneButton:function(1)'
61
61
package : ' @microsoft/sp-property-pane!'
62
62
summary : Helper method to create a Button on the PropertyPane.
63
- remarks : ' '
64
- isPreview : false
63
+ remarks : ' ' isPreview: false
65
64
isDeprecated : false
66
65
syntax :
67
66
content : >-
@@ -83,8 +82,7 @@ functions:
83
82
uid : ' @microsoft/sp-property-pane!PropertyPaneCheckbox:function(1)'
84
83
package : ' @microsoft/sp-property-pane!'
85
84
summary : Helper method to create a Checkbox on the PropertyPane.
86
- remarks : ' '
87
- isPreview : false
85
+ remarks : ' ' isPreview: false
88
86
isDeprecated : false
89
87
syntax :
90
88
content : >-
@@ -106,8 +104,7 @@ functions:
106
104
uid : ' @microsoft/sp-property-pane!PropertyPaneChoiceGroup:function(1)'
107
105
package : ' @microsoft/sp-property-pane!'
108
106
summary : Helper method to create a Choice Group on the PropertyPane.
109
- remarks : ' '
110
- isPreview : false
107
+ remarks : ' ' isPreview: false
111
108
isDeprecated : false
112
109
syntax :
113
110
content : >-
@@ -133,8 +130,7 @@ functions:
133
130
The purpose of the custom field is to help the web part developer to add a custom control to the PropertyPane. The
134
131
PropertyPane supports a host of inbuilt field types. While this list meets the demands of most web parts, but
135
132
there are exceptional cases when web parts have special needs and need a special control. The custom field helps
136
- fill that gap.
137
- isPreview: true
133
+ fill that gap. isPreview: true
138
134
isDeprecated : false
139
135
syntax :
140
136
content : >-
@@ -153,8 +149,7 @@ functions:
153
149
uid : ' @microsoft/sp-property-pane!PropertyPaneDropdown:function(1)'
154
150
package : ' @microsoft/sp-property-pane!'
155
151
summary : Helper method to create a Dropdown on the PropertyPane.
156
- remarks : ' '
157
- isPreview : false
152
+ remarks : ' ' isPreview: false
158
153
isDeprecated : false
159
154
syntax :
160
155
content : >-
@@ -176,8 +171,7 @@ functions:
176
171
uid : ' @microsoft/sp-property-pane!PropertyPaneDynamicField:function(1)'
177
172
package : ' @microsoft/sp-property-pane!'
178
173
summary : Helper method to create a Dynamic Data widget on the PropertyPane for a dynamic field.
179
- remarks : ' '
180
- isPreview : false
174
+ remarks : ' ' isPreview: false
181
175
isDeprecated : false
182
176
syntax :
183
177
content : >-
@@ -204,8 +198,7 @@ functions:
204
198
205
199
206
200
These fields can possibly share the same property based on the associated filters.
207
- remarks : ' '
208
- isPreview : false
201
+ remarks : ' ' isPreview: false
209
202
isDeprecated : false
210
203
syntax :
211
204
content : >-
@@ -227,8 +220,7 @@ functions:
227
220
uid : ' @microsoft/sp-property-pane!PropertyPaneDynamicTextField:function(1)'
228
221
package : ' @microsoft/sp-property-pane!'
229
222
summary : Helper method to create a Dynamic TextField on the PropertyPane.
230
- remarks : ' '
231
- isPreview : true
223
+ remarks : ' ' isPreview: true
232
224
isDeprecated : true
233
225
customDeprecatedMessage : ' - This has been replaced by PropertyPaneDynamicField'
234
226
syntax :
@@ -251,8 +243,7 @@ functions:
251
243
uid : ' @microsoft/sp-property-pane!PropertyPaneHeading:function(1)'
252
244
package : ' @microsoft/sp-property-pane!'
253
245
summary : Helper method to create a heading on the PropertyPane. Temporary solution while waiting for redesign
254
- remarks : ' '
255
- isPreview : true
246
+ remarks : ' ' isPreview: true
256
247
isDeprecated : false
257
248
syntax :
258
249
content : >-
@@ -274,8 +265,7 @@ functions:
274
265
uid : ' @microsoft/sp-property-pane!PropertyPaneHorizontalRule:function(1)'
275
266
package : ' @microsoft/sp-property-pane!'
276
267
summary : Helper method to create a Horizontal Rule on the PropertyPane.
277
- remarks : ' '
278
- isPreview : false
268
+ remarks : ' ' isPreview: false
279
269
isDeprecated : false
280
270
syntax :
281
271
content : ' export declare function PropertyPaneHorizontalRule(): IPropertyPaneField<void>;'
@@ -286,8 +276,7 @@ functions:
286
276
uid : ' @microsoft/sp-property-pane!PropertyPaneIconPicker:function(1)'
287
277
package : ' @microsoft/sp-property-pane!'
288
278
summary : Helper method to create an IconPicker on the PropertyPane.
289
- remarks : ' '
290
- isPreview : true
279
+ remarks : ' ' isPreview: true
291
280
isDeprecated : false
292
281
syntax :
293
282
content : >-
@@ -309,8 +298,7 @@ functions:
309
298
uid : ' @microsoft/sp-property-pane!PropertyPaneLabel:function(1)'
310
299
package : ' @microsoft/sp-property-pane!'
311
300
summary : Helper method to create a Label on the PropertyPane.
312
- remarks : ' '
313
- isPreview : false
301
+ remarks : ' ' isPreview: false
314
302
isDeprecated : false
315
303
syntax :
316
304
content : >-
@@ -332,8 +320,7 @@ functions:
332
320
uid : ' @microsoft/sp-property-pane!PropertyPaneLink:function(1)'
333
321
package : ' @microsoft/sp-property-pane!'
334
322
summary : Helper method to create a Link on the PropertyPane.
335
- remarks : ' '
336
- isPreview : false
323
+ remarks : ' ' isPreview: false
337
324
isDeprecated : false
338
325
syntax :
339
326
content : >-
@@ -355,8 +342,7 @@ functions:
355
342
uid : ' @microsoft/sp-property-pane!PropertyPaneSlider:function(1)'
356
343
package : ' @microsoft/sp-property-pane!'
357
344
summary : Helper method to create a Slider on the PropertyPane.
358
- remarks : ' '
359
- isPreview : false
345
+ remarks : ' ' isPreview: false
360
346
isDeprecated : false
361
347
syntax :
362
348
content : >-
@@ -378,8 +364,7 @@ functions:
378
364
uid : ' @microsoft/sp-property-pane!PropertyPaneSpinButton:function(1)'
379
365
package : ' @microsoft/sp-property-pane!'
380
366
summary : Helper method to create a SpinButton on the property pane.
381
- remarks : ' '
382
- isPreview : true
367
+ remarks : ' ' isPreview: true
383
368
isDeprecated : false
384
369
syntax :
385
370
content : >-
@@ -401,8 +386,7 @@ functions:
401
386
uid : ' @microsoft/sp-property-pane!PropertyPaneTextField:function(1)'
402
387
package : ' @microsoft/sp-property-pane!'
403
388
summary : Helper method to create a TextField on the PropertyPane.
404
- remarks : ' '
405
- isPreview : false
389
+ remarks : ' ' isPreview: false
406
390
isDeprecated : false
407
391
syntax :
408
392
content : >-
@@ -424,8 +408,7 @@ functions:
424
408
uid : ' @microsoft/sp-property-pane!PropertyPaneThumbnailPicker:function(1)'
425
409
package : ' @microsoft/sp-property-pane!'
426
410
summary : Helper method to create a ThumbnailPicker on the PropertyPane.
427
- remarks : ' '
428
- isPreview : true
411
+ remarks : ' ' isPreview: true
429
412
isDeprecated : false
430
413
syntax :
431
414
content : >-
@@ -447,8 +430,7 @@ functions:
447
430
uid : ' @microsoft/sp-property-pane!PropertyPaneToggle:function(1)'
448
431
package : ' @microsoft/sp-property-pane!'
449
432
summary : Helper method to create a Toggle on the PropertyPane.
450
- remarks : ' '
451
- isPreview : false
433
+ remarks : ' ' isPreview: false
452
434
isDeprecated : false
453
435
syntax :
454
436
content : >-
0 commit comments