IPropertyPaneDynamicFieldProps interface

PropertyPaneDynamicField props.

Properties

filters

Filters for the property pane dynamic field.

label

User-friendly, localized label to identify the field.

propertyValueDepth

Indicates to what depth of property values are shown on the property pane dynamic data widget.

If not specified, then max of 2 levels of property value will be shown.

sourcesLabel

User-friendly, localized label for the sources dropdown.

default value - 'Connect to source'

Property Details

filters

Filters for the property pane dynamic field.

filters?: IPropertyPaneDynamicFieldFilters;

Property Value

label

User-friendly, localized label to identify the field.

label: string;

Property Value

string

propertyValueDepth

Indicates to what depth of property values are shown on the property pane dynamic data widget.

If not specified, then max of 2 levels of property value will be shown.

propertyValueDepth?: number;

Property Value

number

Remarks

It takes following values - - 0: Indicates that no property value will be shown i.e., the widget will display only source and property for this field. - 1: Indicates that a depth of one level of property value will be shown i.e., the widget will display one level after the source and property for this field. - 2: Indicates that a depth of two levels of property value will be shown i.e., the widget will display two levels after the source and property for this field.

sourcesLabel

User-friendly, localized label for the sources dropdown.

default value - 'Connect to source'

sourcesLabel?: string;

Property Value

string