Search
Preparing search index...
The search index is not available
@wcrichto/vgrid
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"progressive_image"
ProgressiveImage
Class ProgressiveImage<SS>
Type parameters
SS
Hierarchy
Component
<
ProgressiveImageProps
,
ProgressiveImageState
>
ProgressiveImage
Index
Constructors
constructor
Properties
context
props
refs
context
Type
Methods
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Update
component
Did
Catch
component
Did
Mount
component
Did
Update
component
Will
Mount
component
Will
Receive
Props
component
Will
Unmount
component
Will
Update
force
Update
get
Snapshot
Before
Update
on
Error
on
Load
render
set
State
should
Component
Update
Object literals
state
Constructors
constructor
new
Progressive
Image
(
props
:
Readonly
<
ProgressiveImageProps
>
)
:
ProgressiveImage
new
Progressive
Image
(
props
:
ProgressiveImageProps
, context
:
any
)
:
ProgressiveImage
Parameters
props:
Readonly
<
ProgressiveImageProps
>
Returns
ProgressiveImage
Parameters
props:
ProgressiveImageProps
Optional
context:
any
Returns
ProgressiveImage
Properties
context
context
:
any
props
props
:
Readonly
<
ProgressiveImageProps
>
&
Readonly
<
object
>
refs
refs
:
object
Type declaration
[
key:
string
]:
ReactInstance
Static
Optional
context
Type
context
Type
:
Context
<
any
>
Methods
Optional
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Mount
(
)
:
void
Returns
void
Optional
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Receive
Props
(
nextProps
:
Readonly
<
ProgressiveImageProps
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
ProgressiveImageProps
>
nextContext:
any
Returns
void
Optional
UNSAFE_
component
Will
Update
UNSAFE_
component
Will
Update
(
nextProps
:
Readonly
<
ProgressiveImageProps
>
, nextState
:
Readonly
<
ProgressiveImageState
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
ProgressiveImageProps
>
nextState:
Readonly
<
ProgressiveImageState
>
nextContext:
any
Returns
void
Optional
component
Did
Catch
component
Did
Catch
(
error
:
Error
, errorInfo
:
ErrorInfo
)
:
void
Parameters
error:
Error
errorInfo:
ErrorInfo
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
)
:
void
Returns
void
Optional
component
Did
Update
component
Did
Update
(
prevProps
:
Readonly
<
ProgressiveImageProps
>
, prevState
:
Readonly
<
ProgressiveImageState
>
, snapshot
:
SS
)
:
void
Parameters
prevProps:
Readonly
<
ProgressiveImageProps
>
prevState:
Readonly
<
ProgressiveImageState
>
Optional
snapshot:
SS
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
)
:
void
Returns
void
component
Will
Receive
Props
component
Will
Receive
Props
(
props
:
ProgressiveImageProps
)
:
void
Parameters
props:
ProgressiveImageProps
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
)
:
void
Returns
void
Optional
component
Will
Update
component
Will
Update
(
nextProps
:
Readonly
<
ProgressiveImageProps
>
, nextState
:
Readonly
<
ProgressiveImageState
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
ProgressiveImageProps
>
nextState:
Readonly
<
ProgressiveImageState
>
nextContext:
any
Returns
void
force
Update
force
Update
(
callback
:
undefined
|
function
)
:
void
Parameters
Optional
callback:
undefined
|
function
Returns
void
Optional
get
Snapshot
Before
Update
get
Snapshot
Before
Update
(
prevProps
:
Readonly
<
ProgressiveImageProps
>
, prevState
:
Readonly
<
ProgressiveImageState
>
)
:
SS
|
null
Parameters
prevProps:
Readonly
<
ProgressiveImageProps
>
prevState:
Readonly
<
ProgressiveImageState
>
Returns
SS
|
null
on
Error
on
Error
(
e
:
any
)
:
void
Parameters
e:
any
Returns
void
on
Load
on
Load
(
)
:
void
Returns
void
render
render
(
)
:
Element
Returns
Element
set
State
set
State<K>
(
state
:
function
|
null
|
S
|
object
, callback
:
undefined
|
function
)
:
void
Type parameters
K
:
keyof ProgressiveImageState
Parameters
state:
function
|
null
|
S
|
object
Optional
callback:
undefined
|
function
Returns
void
Optional
should
Component
Update
should
Component
Update
(
nextProps
:
Readonly
<
ProgressiveImageProps
>
, nextState
:
Readonly
<
ProgressiveImageState
>
, nextContext
:
any
)
:
boolean
Parameters
nextProps:
Readonly
<
ProgressiveImageProps
>
nextState:
Readonly
<
ProgressiveImageState
>
nextContext:
any
Returns
boolean
Object literals
state
state
:
object
loaded
loaded
:
boolean
= false
Globals
"progressive_
image"
Progressive
Image
constructor
context
props
refs
context
Type
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Update
component
Did
Catch
component
Did
Mount
component
Did
Update
component
Will
Mount
component
Will
Receive
Props
component
Will
Unmount
component
Will
Update
force
Update
get
Snapshot
Before
Update
on
Error
on
Load
render
set
State
should
Component
Update
state
Progressive
Image
Props
Progressive
Image
State
Generated using
TypeDoc