Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NumberFieldConstraints

remarks

@since 2.5.0

Hierarchy

Index

Properties

Properties

max?: number

An optional max value for the number field.

min?: number

An optional min value for the number field.

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