Home > @infiniteobjects/shopify-data-manager > AdminTypes > CropRegion
The part of the image that should remain after cropping.
Signature:
export declare enum CropRegion
Member | Value | Description |
---|---|---|
Bottom | "BOTTOM" |
Keep the bottom of the image. |
Center | "CENTER" |
Keep the center of the image. |
Left | "LEFT" |
Keep the left of the image. |
Right | "RIGHT" |
Keep the right of the image. |
Top | "TOP" |
Keep the top of the image. |