type

NumberListField

A configurable list of numbers.

How it works

Create it with field.NumberList(name). Setters return a new definition, leaving the original unchanged.

List-length limits use MinRows and MaxRows. Numeric bounds apply to each number.

Callbacks operate on the whole []float64 list. Items have no child field definitions or saved row keys.

Full signature

Methods

Related guides