MobX RESTful table
Preparing search index...
FilePicker
Class FilePicker
Hierarchy
FormComponent
<
FilePickerProps
>
FilePicker
Index
Constructors
constructor
Properties
display
Name
Accessors
file
file
Path
file
Type
Methods
component
Did
Mount
render
render
Input
restore
File
Constructors
constructor
new
FilePicker
(
props
:
FilePickerProps
)
:
FilePicker
Parameters
props
:
FilePickerProps
Returns
FilePicker
new
FilePicker
(
props
:
FilePickerProps
,
context
:
any
)
:
FilePicker
Parameters
props
:
FilePickerProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
FilePicker
Properties
Static
Readonly
display
Name
displayName
:
"FilePicker"
= 'FilePicker'
Accessors
file
file
:
File
file
Path
get
filePath
()
:
string
Returns
string
file
Type
get
fileType
()
:
string
Returns
string
Methods
component
Did
Mount
componentDidMount
()
:
void
Returns
void
render
render
()
:
Element
Returns
Element
render
Input
renderInput
()
:
Element
Returns
Element
Protected
restore
File
restoreFile
(
data
:
string
|
File
)
:
Promise
<
File
>
Parameters
data
:
string
|
File
Returns
Promise
<
File
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
display
Name
Accessors
file
file
Path
file
Type
Methods
component
Did
Mount
render
render
Input
restore
File
MobX RESTful table
Loading...
value of the parent Context specified in
contextType.