IMGElementStateLoading
export
interface IMGElementStateLoading {Â Â alt?: string;Â Â altColor?: string;Â Â containerStyle: ViewStyle;Â Â dimensions: ImageDimensions;Â Â source: ImageURISource;Â Â type: "loading";}State when the image is loading.
Fields#
alt#
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
source#
required
source: ImageURISource;The source to paint.
type#
required
type: "loading";