Trilium Frontend API
Preparing search index...
<internal>
FormFileUploadProps
Interface FormFileUploadProps
interface
FormFileUploadProps
{
hidden
?:
boolean
;
inputRef
?:
Ref
<
HTMLInputElement
>
;
multiple
?:
boolean
;
name
?:
string
;
onChange
:
(
files
:
FileList
)
=>
void
;
}
Index
Properties
hidden?
input
Ref?
multiple?
name?
on
Change
Properties
Optional
hidden
hidden
?:
boolean
Optional
input
Ref
inputRef
?:
Ref
<
HTMLInputElement
>
Optional
multiple
multiple
?:
boolean
Optional
name
name
?:
string
on
Change
onChange
:
(
files
:
FileList
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hidden
input
Ref
multiple
name
on
Change
Trilium Frontend API
Loading...