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