Image¶

Shapes, sizes, and error state icon for image views.
ImageTheme {
shapes {
imageL: Shape // (1)!
imageM: Shape // (2)!
imageS: Shape // (3)!
}
icons {
imageError36: Icon // (4)!
}
}
- Defines the shape configuration for large image views, allowing customization of the visual appearance for prominent images.
- Sets the shape configuration for medium image views, used for standard content images.
- Specifies the shape configuration for small image views, enabling consistent styling for secondary or thumbnail images.
- Sets the icon to be displayed when an image fails to load, providing visual feedback for error states.
{"Icon": "/sdk/developer/definitions/#icon", "Shape": "/sdk/developer/definitions/#shape"}