ImageProps
ImageProps is the full CMS image object used by most visual banners.
Props
id●required
string
Image entity id in the CMS.
name●required
string
Internal CMS name.
imageRights●
string | null
Copyright / attribution text.
Primary file for this image.
Optional replacement file for small screens (paired with breakpoint).
alt●required
string
Alternative text used for accessibility.
breakpoint●
'mobile' | 'tablet' | null
Breakpoint that indicates when mobileFile should be used.
cars●
CarConsumptionData[]
Optional list of car consumption entries associated with the image.
Notes
- Use
mobileFileonly whenbreakpointis set. - Always render
alt(empty string is valid if the image is purely decorative).