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