DynamicFormFieldRegistry
Global interface for dynamic form field definitions with categorization This interface combines containers and leaves from their respective registries
Container fields: Layout fields that contain other fields (page, row, group, array) Leaf fields: Fields that can hold values or display content (input, text, etc.)
To add custom fields, augment FieldRegistryContainers or FieldRegistryLeaves
Properties
| Name | Type | Description |
|---|---|---|
| containers | | Container fields that hold other fields (no value, have children) |
| leaves | | Leaf fields that have values or display content |