Type alias IntervalBoundConstraint

IntervalBoundConstraint: ConstraintBase<"IntervalBoundConstraint", {
    maxvalue: number | string | null;
    minvalue: number | string | null;
    msg: ConstraintMessage;
}>

An interval constraint on a number attribute.

Type declaration

  • maxvalue: number | string | null
  • minvalue: number | string | null
  • msg: ConstraintMessage

Generated using TypeDoc