Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
NumberArg
Interface NumberArg
interface
NumberArg
{
type
:
"number"
;
min
?:
string
|
number
;
max
?:
string
|
number
;
required
:
true
;
defaultValue
:
string
;
maxLength
?:
number
;
minLength
?:
number
;
label
:
string
;
validate
:
(
(
value
)
=>
string
|
boolean
)
;
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
;
}
Hierarchy (
view full
)
DefaultArg
NumberArg
Index
Properties
type
min?
max?
required
default
Value
max
Length?
min
Length?
label
validate
default
Values?
Properties
type
type
:
"number"
Optional
min
min
?:
string
|
number
Optional
max
max
?:
string
|
number
required
required
:
true
default
Value
default
Value
:
string
Optional
max
Length
max
Length
?:
number
Optional
min
Length
min
Length
?:
number
label
label
:
string
validate
validate
:
(
(
value
)
=>
string
|
boolean
)
Type declaration
(
value
)
:
string
|
boolean
Parameters
value
:
any
Returns
string
|
boolean
Optional
default
Values
default
Values
?:
any
[]
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
min
max
required
default
Value
max
Length
min
Length
label
validate
default
Values
ic-reactor
Loading...