IMGElementStateError
export
interface
IMGElementStateError
{
 Â
alt
?
:
string
;
 Â
altColor
?
:
string
;
 Â
containerStyle
:
ViewStyle
;
 Â
dimensions
:
ImageDimensions
;
 Â
error
:
Error
;
 Â
source
:
ImageURISource
;
 Â
type
:
"error"
;
}
State when the image could not be loaded.
#
Fieldsalt
#
optional
alt
?
:
string
;
Alt text extract from alt
attribute.
altColor
#
optional
altColor
?
:
string
;
Alt color, defaults to color
for this ​TNode
.
containerStyle
#
required
containerStyle
:
ViewStyle
;
Styles of the container.
dimensions
#
required
Physical dimensions of the image
error
#
required
error
:
Error
;
source
#
required
source
:
ImageURISource
;
The source to paint.
type
#
required
type
:
"error"
;