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 5
sp webpart base.propertypanefieldtype
John Nguyen edited this page Apr 22, 2021
·
2 revisions
Home > @microsoft/sp-webpart-base > PropertyPaneFieldType
Warning: This API is now obsolete.
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.
Signature:
export declare enum PropertyPaneFieldType
Member | Value | Description |
---|---|---|
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 |
(BETA) Dynamic Text Field |
Heading | 9 |
Heading field. |
HorizontalRule | 12 |
Horizontal Rule field. |
Label | 7 |
Label field. |
Link | 13 |
Link field. |
Slider | 8 |
Slider field. |
TextField | 3 |
TextField field. |
Toggle | 5 |
Toggle field. |