sp webpart base.propertypanedynamicfieldset - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
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: