stack

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

AdminTypes.ImageTransformedSrcArgs interface

Represents an image resource.

Signature:

export interface ImageTransformedSrcArgs 

Properties

Property Modifiers Type Description
crop?   InputMaybe<CropRegion> (Optional)
maxHeight?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
maxWidth?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
preferredContentType?   InputMaybe<ImageContentType> (Optional)
scale?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)