type

NestedField

type NestedField struct { Fields []Field `json:"fields"` MinRows int `json:"minRows,omitempty"` MaxRows int `json:"maxRows,omitempty"` RowLabel string `json:"rowLabel,omitempty"` RowLabelComponent *FieldAdminComponent `json:"rowLabelComponent,omitempty"` RowLabels *ArrayRowLabels `json:"rowLabels,omitempty"` }

Resolved group, array, or blocks children, row constraints, and row-label presentation.

Source schema/manifest.go:645

Fields[]Field
The Fields value.
MinRowsint
The MinRows value.
MaxRowsint
The MaxRows value.
RowLabelstring
The RowLabel value.
RowLabelComponent*FieldAdminComponent
The RowLabelComponent value.
RowLabels*ArrayRowLabels
The RowLabels value.