Optional
maxthe upper bound of the interval the value has to be in
Optional
minthe lower bound of the interval the value has to be in
Optional
namethe name of the ValueObject to identify in a possible ErrorMessage.
'MealPlan.price'
Optional
regexa regular expression the given value must match
Generated using TypeDoc
The options for an
Identifier
:regex?: RegExp
- a regular expression the string id has to matchmin?: number
- minimum required length of the string idmax?: number
- maximum allowed length of the string id