IPropertyPaneDynamicFieldSetProps interface

PropertyPane DynamicFieldSet props.

Properties

fields

List of property pane dynamic fields to be configured on the Dynamic Data Widget.

label

User-friendly, localized label to identify the property.

sharedConfiguration

Configuration shared between all the entries of the set.

Property Details

fields

List of property pane dynamic fields to be configured on the Dynamic Data Widget.

fields: IPropertyPaneField<IPropertyPaneDynamicFieldProps>[];

Property Value

label

User-friendly, localized label to identify the property.

label: string;

Property Value

string

sharedConfiguration

Configuration shared between all the entries of the set.

sharedConfiguration?: {
        depth: DynamicDataSharedDepth;
        source?: IDynamicDataSharedSourceConfiguration;
        property?: IDynamicDataSharedPropertyConfiguration;
    };

Property Value