Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
BlobArg
Interface BlobArg
interface
BlobArg
{
type
:
"blob"
;
field
:
AllArgTypes
<
types
.
IDL
.
Type
<
any
>
>
;
defaultValue
:
[
]
;
maxLength
?:
number
;
minLength
?:
number
;
label
:
string
;
validate
:
(
(
value
)
=>
string
|
boolean
)
;
defaultValues
?:
any
[]
|
Record
<
string
,
any
>
;
}
Hierarchy (
view full
)
DefaultArg
BlobArg
Index
Properties
type
field
default
Value
max
Length?
min
Length?
label
validate
default
Values?
Properties
type
type
:
"blob"
field
field
:
AllArgTypes
<
types
.
IDL
.
Type
<
any
>
>
default
Value
default
Value
:
[
]
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
field
default
Value
max
Length
min
Length
label
validate
default
Values
ic-reactor
Loading...