MobX RESTful table - v2.7.2
GitHub
Preparing search index...
ImagePreview
Class ImagePreview
Hierarchy
ObservedComponent
<
ImagePreviewProps
>
ImagePreview
Index
Constructors
constructor
Properties
object
URL
display
Name
Accessors
downloading
loaded
Path
viewing
Methods
component
Did
Mount
component
Will
Unmount
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
object
URL
objectURL
:
string
= ''
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
component
Will
Unmount
componentWillUnmount
()
:
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
object
URL
display
Name
Accessors
downloading
loaded
Path
viewing
Methods
component
Did
Mount
component
Will
Unmount
load
render
GitHub
MobX RESTful table - v2.7.2
Loading...
value of the parent Context specified in
contextType.