Hex Core JS
Preparing search index...
Forms
FileUploadFieldInputProps
Type Alias FileUploadFieldInputProps
FileUploadFieldInputProps
:
{
accept
?:
string
[]
;
autoFocus
?:
boolean
;
autoOpenImageEditor
?:
boolean
;
disabled
?:
boolean
;
id
?:
string
;
imageEditorOptions
?:
ImageEditorOptions
;
imagePreviewSizing
?:
ImageProps
[
"sizing"
]
;
invalid
?:
boolean
;
isLoading
?:
boolean
;
isUploading
?:
boolean
;
name
?:
string
;
noImageEditor
?:
boolean
;
onBlur
?:
()
=>
void
;
onFocus
?:
()
=>
void
;
setValue
:
(
value
:
FileFieldValue
)
=>
void
;
sideEffect
?:
(
v
:
FileFieldValue
)
=>
void
;
value
:
FileFieldValue
;
}
&
Partial
<
ClassNameProps
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...