stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MediaPreviewImage

AdminTypes.MediaPreviewImage interface

Represents the preview image for a media.

Signature:

export interface MediaPreviewImage 

Properties

Property Modifiers Type Description
image?   Maybe<Image> (Optional) The preview image for the media. Returns null until status is READY.
status   MediaPreviewImageStatus | `${MediaPreviewImageStatus}` Current status of the preview image.