# CropRegionInput - storefront - INPUT_OBJECT Version: unstable ## Description The input fields for defining an arbitrary cropping region. ### Access Scopes ## Fields * [height](/docs/api/storefront/unstable/scalars/Int): Int! - Height of the region of the image to extract when using the region crop mode. * [left](/docs/api/storefront/unstable/scalars/Int): Int! - Left position of the region of the image to extract when using the region crop mode. * [top](/docs/api/storefront/unstable/scalars/Int): Int! - Top position of the region of the image to extract when using the region crop mode. * [width](/docs/api/storefront/unstable/scalars/Int): Int! - Width of the region of the image to extract when using the region crop mode. ## Input objects with this input object * [ImageTransformInput](/docs/api/storefront/unstable/input-objects/ImageTransformInput) ## Examples