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