Optional
listis undefined forbidden as a valid input
Optional
listconstraints on the list's size
Optional
fix?: numberfix amount of values inside of the list. This serves as a shortcut for min = max.
Optional
max?: numbermaximum amount of values inside of the list
Optional
min?: numberminimum amount of values inside of the list
Generated using TypeDoc
Options especially for the
fromList()
methods on ValueObjects. These options regard to the constraints of the list itself - not the specific ValueObjects inside it.