ic-reactor
Example
GitHub
Preparing search index...
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
:
any
)
=>
string
|
boolean
;
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
;
}
Hierarchy (
View Summary
)
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
defaultValue
:
string
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
label
label
:
string
validate
validate
:
(
value
:
any
)
=>
string
|
boolean
Optional
default
Values
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
min
max
required
default
Value
max
Length
min
Length
label
validate
default
Values
Example
GitHub
ic-reactor
Loading...