className string
Additional css class to apply to the Component
coverStyle ImageCoverStyle
Specifies the cover style to be used for this image. If not specified, this will be dynamically calculated based on the aspect ratio for the image.
errorSrc string
Deprecated at v1.3.6, to replace the src in case of errors, use onLoadingStateChange
instead and rerender the Image with a difference src.
imageFit ImageFit
Used to determine how the image is scaled and cropped to fit the frame.
maximizeFrame boolean
If true, the image frame will expand to fill its parent container.
onLoadingStateChange (loadState: ImageLoadState) => void
Optional callback method for when the image load state has changed. The 'loadState' parameter indicates the current state of the Image.
shouldFadeIn boolean
If true, fades the image in when loaded.
shouldStartVisible boolean
If true, the image starts as visible and is hidden on error. Otherwise, the image is hidden until it is successfully loaded. This disables shouldFadeIn.
styles IStyleFunctionOrObject<IImageStyleProps, IImageStyles>
Call to provide customized styling that will layer on top of the variant rules
theme ITheme
Theme provided by HOC.