Contents

ImageHashObject

An object that defines a set of images URLs for different scales.

Declaration

type ImageHashObject = Record<string, string | undefined> & {};

Mentioned in

Discussion

The framework automatically loads the appropriate image for the device’s screen scale. Use ImageDelegate to dynamically provide images for different scales, or use an ImageSource to provide a preloaded or dynamically generated image directly.

See Also

Setting images