hasChildFields
| Generic types: | T |
Type guard to check if a field definition has child fields. This is a looser check that works with FieldDef
Presentation
function hasChildFields (field: FieldDef <T>): boolean;Returns
booleanParameters
| Name | Type | Description |
|---|---|---|
| field | |