MobX RESTful table - v2.7.2
GitHub
Preparing search index...
FileUploaderProps
Interface FileUploaderProps
interface
FileUploaderProps
{
onView
?:
(
data
:
Pick
<
FilePreviewProps
,
"path"
|
"file"
>
)
=>
void
;
store
:
FileModel
;
}
Hierarchy
FormComponentProps
<
string
[]
>
Pick
<
FilePickerProps
,
"onView"
>
FileUploaderProps
Index
Properties
on
View?
store
Properties
Optional
on
View
onView
?:
(
data
:
Pick
<
FilePreviewProps
,
"path"
|
"file"
>
)
=>
void
store
store
:
FileModel
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
View
store
GitHub
MobX RESTful table - v2.7.2
Loading...