Home > @infiniteobjects/shopify-data-manager > AdminTypes > MediaPreviewImageStatus
The possible statuses for a media preview image.
Signature:
export declare enum MediaPreviewImageStatus
Member | Value | Description |
---|---|---|
Failed | "FAILED" |
Preview image processing has failed. |
Processing | "PROCESSING" |
Preview image is being processed. |
Ready | "READY" |
Preview image is ready to be displayed. |
Uploaded | "UPLOADED" |
Preview image is uploaded but not yet processed. |