Home > @infiniteobjects/data-types > IShopifyMediaImage
Warning: This API is now obsolete.
Replaced for official Shopify Image interface
Media Image type
Signature:
export interface IShopifyMediaImage
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alt | null | ||
| aspect_ratio | number | ||
| height | number | ||
| id | number | ||
| media_type | string | ||
| position | number | ||
| preview_image | IShopifyPreviewImage | ||
| src | string | ||
| width | number |