Home > @infiniteobjects/shopify-data-manager > AdminTypes > ImageTransformedSrcArgs
Represents an image resource.
Signature:
export interface ImageTransformedSrcArgs
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) |