PropertyPaneGroupField.FieldType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum contains the different types of fields.
public enum PropertyPaneGroupField.FieldType
type PropertyPaneGroupField.FieldType =
Public Enum PropertyPaneGroupField.FieldType
- Inheritance
-
PropertyPaneGroupField.FieldType
Fields
Name | Value | Description |
---|---|---|
CheckBox | 2 | Checkbox field. |
TextField | 3 | TextField field. |
Toggle | 5 | Toggle field. |
Dropdown | 6 | Dropdown field. |
Label | 7 | Label field. |
Slider | 8 | Slider field. |
ChoiceGroup | 10 | ChoiceGroup field. |
HorizontalRule | 12 | Horizontal Rule field. |
Link | 13 | Link field. |