type
PrimitiveListField
PrimitiveListField constrains the number of values in one ordered text or number list. Items have no stored identity or nested field definitions. TextField and NumberField hold the corresponding per-item constraints.
Properties
| Property | Type | Description |
|---|---|---|
MinRows | int | The MinRows value. |
MaxRows | int | The MaxRows value. |
Full signature
type PrimitiveListField struct {
MinRows int `json:"minRows,omitempty"`
MaxRows int `json:"maxRows,omitempty"`
}