MobX RESTful table
Preparing search index...
ImagePreview
Class ImagePreview
Hierarchy
ObservedComponent
<
ImageProps
>
ImagePreview
Index
Constructors
constructor
Properties
display
Name
Accessors
downloading
loaded
Path
viewing
Methods
component
Did
Mount
load
render
Constructors
constructor
new
ImagePreview
(
props
:
ImageProps
)
:
ImagePreview
Parameters
props
:
ImageProps
Returns
ImagePreview
new
ImagePreview
(
props
:
ImageProps
,
context
:
any
)
:
ImagePreview
Parameters
props
:
ImageProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
ImagePreview
Properties
Static
Readonly
display
Name
displayName
:
"ImagePreview"
= 'ImagePreview'
Accessors
downloading
downloading
:
boolean
loaded
Path
loadedPath
:
string
viewing
viewing
:
boolean
Methods
component
Did
Mount
componentDidMount
()
:
void
Returns
void
load
load
(
path
:
string
)
:
Promise
<
void
>
Parameters
path
:
string
Returns
Promise
<
void
>
render
render
()
:
Element
Returns
Element
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
display
Name
Accessors
downloading
loaded
Path
viewing
Methods
component
Did
Mount
load
render
MobX RESTful table
Loading...
value of the parent Context specified in
contextType.