@@ -61,8 +61,7 @@ functions:
61
61
package : ' @microsoft/sp-property-pane!'
62
62
summary : Helper method to create a Button on the PropertyPane.
63
63
remarks : ' '
64
-
65
- isPreview : false
64
+ isPreview : false
66
65
isDeprecated : false
67
66
syntax :
68
67
content : >-
@@ -85,8 +84,7 @@ functions:
85
84
package : ' @microsoft/sp-property-pane!'
86
85
summary : Helper method to create a Checkbox on the PropertyPane.
87
86
remarks : ' '
88
-
89
- isPreview : false
87
+ isPreview : false
90
88
isDeprecated : false
91
89
syntax :
92
90
content : >-
@@ -109,8 +107,7 @@ functions:
109
107
package : ' @microsoft/sp-property-pane!'
110
108
summary : Helper method to create a Choice Group on the PropertyPane.
111
109
remarks : ' '
112
-
113
- isPreview : false
110
+ isPreview : false
114
111
isDeprecated : false
115
112
syntax :
116
113
content : >-
@@ -137,8 +134,7 @@ functions:
137
134
PropertyPane supports a host of inbuilt field types. While this list meets the demands of most web parts, but
138
135
there are exceptional cases when web parts have special needs and need a special control. The custom field helps
139
136
fill that gap.
140
-
141
- isPreview : true
137
+ isPreview: true
142
138
isDeprecated : false
143
139
syntax :
144
140
content : >-
@@ -158,8 +154,7 @@ functions:
158
154
package : ' @microsoft/sp-property-pane!'
159
155
summary : Helper method to create a Dropdown on the PropertyPane.
160
156
remarks : ' '
161
-
162
- isPreview : false
157
+ isPreview : false
163
158
isDeprecated : false
164
159
syntax :
165
160
content : >-
@@ -182,8 +177,7 @@ functions:
182
177
package : ' @microsoft/sp-property-pane!'
183
178
summary : Helper method to create a Dynamic Data widget on the PropertyPane for a dynamic field.
184
179
remarks : ' '
185
-
186
- isPreview : false
180
+ isPreview : false
187
181
isDeprecated : false
188
182
syntax :
189
183
content : >-
@@ -211,8 +205,7 @@ functions:
211
205
212
206
These fields can possibly share the same property based on the associated filters.
213
207
remarks : ' '
214
-
215
- isPreview : false
208
+ isPreview : false
216
209
isDeprecated : false
217
210
syntax :
218
211
content : >-
@@ -235,8 +228,7 @@ functions:
235
228
package : ' @microsoft/sp-property-pane!'
236
229
summary : Helper method to create a Dynamic TextField on the PropertyPane.
237
230
remarks : ' '
238
-
239
- isPreview : true
231
+ isPreview : true
240
232
isDeprecated : true
241
233
customDeprecatedMessage : ' - This has been replaced by PropertyPaneDynamicField'
242
234
syntax :
@@ -260,8 +252,7 @@ functions:
260
252
package : ' @microsoft/sp-property-pane!'
261
253
summary : Helper method to create a heading on the PropertyPane. Temporary solution while waiting for redesign
262
254
remarks : ' '
263
-
264
- isPreview : true
255
+ isPreview : true
265
256
isDeprecated : false
266
257
syntax :
267
258
content : >-
@@ -284,8 +275,7 @@ functions:
284
275
package : ' @microsoft/sp-property-pane!'
285
276
summary : Helper method to create a Horizontal Rule on the PropertyPane.
286
277
remarks : ' '
287
-
288
- isPreview : false
278
+ isPreview : false
289
279
isDeprecated : false
290
280
syntax :
291
281
content : ' export declare function PropertyPaneHorizontalRule(): IPropertyPaneField<void>;'
@@ -297,8 +287,7 @@ functions:
297
287
package : ' @microsoft/sp-property-pane!'
298
288
summary : Helper method to create an IconPicker on the PropertyPane.
299
289
remarks : ' '
300
-
301
- isPreview : true
290
+ isPreview : true
302
291
isDeprecated : false
303
292
syntax :
304
293
content : >-
@@ -321,8 +310,7 @@ functions:
321
310
package : ' @microsoft/sp-property-pane!'
322
311
summary : Helper method to create a Label on the PropertyPane.
323
312
remarks : ' '
324
-
325
- isPreview : false
313
+ isPreview : false
326
314
isDeprecated : false
327
315
syntax :
328
316
content : >-
@@ -345,8 +333,7 @@ functions:
345
333
package : ' @microsoft/sp-property-pane!'
346
334
summary : Helper method to create a Link on the PropertyPane.
347
335
remarks : ' '
348
-
349
- isPreview : false
336
+ isPreview : false
350
337
isDeprecated : false
351
338
syntax :
352
339
content : >-
@@ -369,8 +356,7 @@ functions:
369
356
package : ' @microsoft/sp-property-pane!'
370
357
summary : Helper method to create a Slider on the PropertyPane.
371
358
remarks : ' '
372
-
373
- isPreview : false
359
+ isPreview : false
374
360
isDeprecated : false
375
361
syntax :
376
362
content : >-
@@ -393,8 +379,7 @@ functions:
393
379
package : ' @microsoft/sp-property-pane!'
394
380
summary : Helper method to create a SpinButton on the property pane.
395
381
remarks : ' '
396
-
397
- isPreview : true
382
+ isPreview : true
398
383
isDeprecated : false
399
384
syntax :
400
385
content : >-
@@ -417,8 +402,7 @@ functions:
417
402
package : ' @microsoft/sp-property-pane!'
418
403
summary : Helper method to create a TextField on the PropertyPane.
419
404
remarks : ' '
420
-
421
- isPreview : false
405
+ isPreview : false
422
406
isDeprecated : false
423
407
syntax :
424
408
content : >-
@@ -441,8 +425,7 @@ functions:
441
425
package : ' @microsoft/sp-property-pane!'
442
426
summary : Helper method to create a ThumbnailPicker on the PropertyPane.
443
427
remarks : ' '
444
-
445
- isPreview : true
428
+ isPreview : true
446
429
isDeprecated : false
447
430
syntax :
448
431
content : >-
@@ -465,8 +448,7 @@ functions:
465
448
package : ' @microsoft/sp-property-pane!'
466
449
summary : Helper method to create a Toggle on the PropertyPane.
467
450
remarks : ' '
468
-
469
- isPreview : false
451
+ isPreview : false
470
452
isDeprecated : false
471
453
syntax :
472
454
content : >-
0 commit comments