ic-reactor
Example
GitHub
Preparing search index...
visitor
types
DefaultArg
Interface DefaultArg
interface
DefaultArg
{
maxLength
?:
number
;
minLength
?:
number
;
type
:
FieldType
;
label
:
string
;
validate
:
(
value
:
any
)
=>
string
|
boolean
;
defaultValue
?:
any
;
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
;
}
Hierarchy (
View Summary
)
ExtraInputFormArg
DefaultArg
RecordArg
VariantArg
TupleArg
OptionalArg
VectorArg
BlobArg
RecursiveArg
PrincipalArg
NumberArg
InputArg
Index
Properties
max
Length?
min
Length?
type
label
validate
default
Value?
default
Values?
Properties
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
type
type
:
FieldType
label
label
:
string
validate
validate
:
(
value
:
any
)
=>
string
|
boolean
Optional
default
Value
defaultValue
?:
any
Optional
default
Values
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Length
min
Length
type
label
validate
default
Value
default
Values
Example
GitHub
ic-reactor
Loading...