createFieldHierarchies Function
Parses a list of Field objects into a list of FieldHierarchy.
createFieldHierarchies(fields: Field[], ignoreCategories?: boolean): FieldHierarchy[]
| Parameter | Type | Description |
|---|---|---|
| fields | Field[] | |
| ignoreCategories | boolean | Enables adding all of the nestedFields to parent field's childFieldswithout considering categories. |
Returns - FieldHierarchy[]
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.