PrimeField
Enum of all PrimeNG field types supported by the dynamic form library. These constants are used to identify field types in the configuration.
Members
| Name | Value | Description |
|---|---|---|
| Input | "input" | |
| Select | "select" | |
| Checkbox | "checkbox" | |
| Button | "button" | |
| Submit | "submit" | |
| Next | "next" | |
| Previous | "previous" | |
| AddArrayItem | "addArrayItem" | |
| RemoveArrayItem | "removeArrayItem" | |
| Textarea | "textarea" | |
| Radio | "radio" | |
| MultiCheckbox | "multi-checkbox" | |
| Datepicker | "datepicker" | |
| Slider | "slider" | |
| Toggle | "toggle" |