This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
sp webpart base.propertypanedynamicfieldset
John Nguyen edited this page Apr 22, 2021
·
2 revisions
Home > @microsoft/sp-webpart-base > PropertyPaneDynamicFieldSet
Warning: This API is now obsolete.
This is obsolete now. This function has been moved to
@microsoft/sp-property-pane
. Please consume it from there.
Helper method to create a Dynamic Data widget on the Property Pane for a set of dynamic fields with a common data source.
These fields can possibly share the same property based on the associated filters.
Signature:
export declare function PropertyPaneDynamicFieldSet(properties: IPropertyPaneDynamicFieldSetProps): IPropertyPaneField<IPropertyPaneDynamicFieldSetProps>;
Parameter | Type | Description |
---|---|---|
properties | IPropertyPaneDynamicFieldSetProps | Contains entries and options, described as below: entries - A set of entries to be configured by the widget. Each entry includes the target property and, optionally, the label to show. options - Options enabling customized values for callback, filters etc., for the given set of dynamic fields. |
Returns: