PropertyPaneFieldType enum

Warning

This API is now deprecated.

This is obsolete now. This enum has been moved to @microsoft/sp-property-pane. Please consume it from there.

Enum for all the supported PropertyPane field types.

Names should be consistent with those in office-ui-fabric-react, be careful to get letter casing correct.

Remarks

We have left the original implementation here to avoid breaking the public API contract.

Fields

AlternativeText = 20

Alternative Text toggle and text field.

Button = 11

Button field.

CheckBox = 2

Checkbox field.

ChoiceGroup = 10

Choice Group field.

Custom = 1

Custom field.

Dropdown = 6

Dropdown field.

DynamicField = 14

Dynamic data field.

DynamicFieldSet = 16

A set of dynamic fields.

DynamicTextField = 15

Dynamic Text Field

Heading = 9

Heading field.

HorizontalRule = 12

Horizontal Rule field.

IconPicker = 19

Icon picker field.

Label = 7

Label field.

Link = 13

Link field.

Slider = 8

Slider field.

TextField = 3

TextField field.

ThumbnailPicker = 18

Thumbnail picker field.

Toggle = 5

Toggle field.