Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NumberFieldConstraints

remarks

@since 2.5.0

Hierarchy

Index

Properties

Properties

Optional max

max: number

An optional max value for the number field.

Optional min

min: number

An optional min value for the number field.

Optional step

step: number

An optional step amount to use.

Note: The min and max values must be divisible by this value when any are defined.

Generated using TypeDoc