Preparing search index...
The search index is not available
@rxap/forms - v19.1.0
@rxap/forms
IsNumberOptions
Interface IsNumberOptions
Options to be passed to IsNumber decorator.
interface
IsNumberOptions
{
allowInfinity
?:
boolean
;
allowNaN
?:
boolean
;
maxDecimalPlaces
?:
number
;
strict
?:
boolean
;
}
Index
Properties
allow
Infinity?
allow
NaN?
max
Decimal
Places?
strict?
Properties
Optional
allow
Infinity
allowInfinity
?:
boolean
Optional
allow
NaN
allowNaN
?:
boolean
Optional
max
Decimal
Places
maxDecimalPlaces
?:
number
Optional
strict
strict
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Infinity
allow
NaN
max
Decimal
Places
strict
@rxap/forms - v19.1.0
Loading...
Options to be passed to IsNumber decorator.